1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pixelfed_ynh.git synced 2024-09-03 20:06:04 +02:00

Update AP job

This commit is contained in:
Daniel Supernault 2019-03-05 20:19:17 -07:00
parent 7754cfb167
commit 8ba6506a6a
No known key found for this signature in database
GPG key ID: 0DEF1C662C9033F7

View file

@ -2,6 +2,7 @@
namespace App\Jobs\StatusPipeline;
use Cache;
use App\Status;
use Illuminate\Bus\Queueable;
use Illuminate\Contracts\Queue\ShouldQueue;