Skip to content

Commit 55b4494

Browse files
committed
Update ProcessInboxActivity job
1 parent ad80e3b commit 55b4494

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

app/Jobs/Federation/ProcessInboxActivity.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
namespace App\Jobs\Federation;
44

5-
use App\Models\Profile;
65
use App\Services\ActivityService;
76
use Illuminate\Bus\Queueable;
87
use Illuminate\Contracts\Queue\ShouldQueue;
@@ -53,7 +52,7 @@ class ProcessInboxActivity implements ShouldQueue
5352
/**
5453
* Create a new job instance.
5554
*/
56-
public function __construct(array $activity, Profile $actor, Profile $target)
55+
public function __construct(array $activity, $actor, $target)
5756
{
5857
$this->activity = $activity;
5958
$this->actor = $actor;

0 commit comments

Comments
 (0)