forked from mirror/pixelfed
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\HttpSignature;
|
||||
|
||||
class ActivityPubDeliveryService {
|
||||
class ActivityPubDeliveryService
|
||||
{
|
||||
|
||||
public $sender;
|
||||
public $to;
|
||||
|
|
Loading…
Reference in a new issue