1
0
Fork 0

Update InboxPipeline, add missing import

This commit is contained in:
Daniel Supernault 2021-01-13 21:45:53 -07:00
parent e5970fd665
commit 56256cb037
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
2 changed files with 3 additions and 1 deletions

View File

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

View File

@ -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;
}