mirror of
https://github.com/pixelfed/pixelfed.git
synced 2025-01-30 16:30:45 +00:00
typo
This commit is contained in:
parent
e2c5186315
commit
9c84df49ff
2 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@ use App\Util\ActivityPub\{
|
||||||
HttpSignature,
|
HttpSignature,
|
||||||
Outbox
|
Outbox
|
||||||
};
|
};
|
||||||
use \Zttp\Zttp;
|
use Zttp\Zttp;
|
||||||
|
|
||||||
class FederationController extends Controller
|
class FederationController extends Controller
|
||||||
{
|
{
|
||||||
|
|
|
@ -13,7 +13,7 @@ use Illuminate\Queue\SerializesModels;
|
||||||
use Illuminate\Queue\InteractsWithQueue;
|
use Illuminate\Queue\InteractsWithQueue;
|
||||||
use Illuminate\Contracts\Queue\ShouldQueue;
|
use Illuminate\Contracts\Queue\ShouldQueue;
|
||||||
use Illuminate\Foundation\Bus\Dispatchable;
|
use Illuminate\Foundation\Bus\Dispatchable;
|
||||||
use \Zttp\Zttp;
|
use Zttp\Zttp;
|
||||||
|
|
||||||
class InboxValidator implements ShouldQueue
|
class InboxValidator implements ShouldQueue
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue