Browse Source

Add Profile

Daniel Supernault 2 năm trước cách đây
mục cha
commit
6bf3142e8b
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      app/Jobs/StatusPipeline/StatusRemoteUpdatePipeline.php

+ 1 - 0
app/Jobs/StatusPipeline/StatusRemoteUpdatePipeline.php

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