Fix: Database seeder not working (#377)

This commit is contained in:
Faisal Ahmed
2024-11-24 20:31:33 +06:00
committed by GitHub
parent bc2e421128
commit c926ce4271

View File

@ -4,6 +4,7 @@
use App\Enums\ServiceStatus;
use App\Enums\SiteType;
use App\Models\Project;
use App\Models\Server;
use App\Models\Site;
use App\Models\User;