Fix Larastan error: correct Status import in NotificationService

Use App\Models\Status instead of the non-existent App\Status class.
pull/7049/head
Your Name 3 weeks ago
parent 003953eb3e
commit ef7e485e7d

@ -4,7 +4,7 @@ namespace App\Services;
use App\Jobs\InternalPipeline\NotificationEpochUpdatePipeline;
use App\Models\Notification;
use App\Status;
use App\Models\Status;
use App\Transformer\Api\NotificationTransformer;
use Illuminate\Support\Facades\Cache;
use Illuminate\Support\Facades\Log;

Loading…
Cancel
Save