mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +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,
|
||||
Outbox
|
||||
};
|
||||
use \Zttp\Zttp;
|
||||
use Zttp\Zttp;
|
||||
|
||||
class FederationController extends Controller
|
||||
{
|
||||
|
|
|
@ -13,7 +13,7 @@ use Illuminate\Queue\SerializesModels;
|
|||
use Illuminate\Queue\InteractsWithQueue;
|
||||
use Illuminate\Contracts\Queue\ShouldQueue;
|
||||
use Illuminate\Foundation\Bus\Dispatchable;
|
||||
use \Zttp\Zttp;
|
||||
use Zttp\Zttp;
|
||||
|
||||
class InboxValidator implements ShouldQueue
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue