1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2025-02-01 12:08:30 +00:00

Fix namespaces

This commit is contained in:
Daniel Supernault 2024-09-11 01:05:38 -06:00
parent 15918cba8c
commit f24ea52bfc
No known key found for this signature in database
GPG key ID: 23740873EE6F76A1
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
<?php
namespace App\Jobs;
namespace App\Jobs\MovePipeline;
use App\Util\ActivityPub\HttpSignature;
use GuzzleHttp\Client;

View file

@ -1,6 +1,6 @@
<?php
namespace App\Jobs;
namespace App\Jobs\MovePipeline;
use App\Util\ActivityPub\HttpSignature;
use GuzzleHttp\Client;