mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 14:31:26 +00:00
CS fix
This commit is contained in:
parent
a34f38633c
commit
e0ab73c102
1 changed files with 2 additions and 1 deletions
|
@ -6,7 +6,8 @@ use App\Profile;
|
||||||
use App\Util\ActivityPub\Helpers;
|
use App\Util\ActivityPub\Helpers;
|
||||||
use App\Util\ActivityPub\HttpSignature;
|
use App\Util\ActivityPub\HttpSignature;
|
||||||
|
|
||||||
class ActivityPubDeliveryService {
|
class ActivityPubDeliveryService
|
||||||
|
{
|
||||||
|
|
||||||
public $sender;
|
public $sender;
|
||||||
public $to;
|
public $to;
|
||||||
|
|
Loading…
Reference in a new issue