Merge pull request #6241 from pixelfed/shleeable-patch-4

Larastan: Update Status.php - Missing use App\Models\Conversation;
pull/6261/head
dansup 2 weeks ago committed by GitHub
commit eb56062fd0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -4,6 +4,7 @@ namespace App;
use App\HasSnowflakePrimary;
use App\Http\Controllers\StatusController;
use App\Models\Conversation;
use App\Models\Poll;
use App\Models\StatusEdit;
use App\Services\AccountService;

Loading…
Cancel
Save