Merge pull request #971 from pixelfed/frontend-ui-refactor

Update AP job
This commit is contained in:
daniel 2019-03-05 20:19:44 -07:00 committed by GitHub
commit fe916a09e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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