mirror of
https://github.com/pixelfed/pixelfed.git
synced 2025-01-11 14:40:46 +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\HttpSignature;
|
||||
|
||||
class ActivityPubDeliveryService {
|
||||
class ActivityPubDeliveryService
|
||||
{
|
||||
|
||||
public $sender;
|
||||
public $to;
|
||||
|
|
Loading…
Reference in a new issue