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
1 changed files with 1 additions and 0 deletions

View File

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