1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2025-02-04 05:22:48 +00:00

Add Profile

This commit is contained in:
Daniel Supernault 2023-05-25 01:35:06 -06:00
parent 8b3d1eeb5e
commit 6bf3142e8b
No known key found for this signature in database
GPG key ID: 0DEF1C662C9033F7

View file

@ -10,6 +10,7 @@ use Illuminate\Queue\InteractsWithQueue;
use Illuminate\Queue\SerializesModels; use Illuminate\Queue\SerializesModels;
use App\Media; use App\Media;
use App\ModLog; use App\ModLog;
use App\Profile;
use App\Status; use App\Status;
use App\Models\StatusEdit; use App\Models\StatusEdit;
use App\Services\StatusService; use App\Services\StatusService;