Update InboxPipeline, add missing import

pull/2566/head
Daniel Supernault 5 years ago
parent e5970fd665
commit 56256cb037
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

@ -2,6 +2,7 @@
namespace App\Jobs\InboxPipeline;
use Cache;
use App\Profile;
use App\Util\ActivityPub\{
Helpers,

@ -2,6 +2,7 @@
namespace App\Jobs\InboxPipeline;
use Cache;
use App\Profile;
use App\Util\ActivityPub\{
Helpers,
@ -103,7 +104,7 @@ class InboxWorker implements ShouldQueue
return;
}
});
return;
}

Loading…
Cancel
Save