Deploy on 2026-06-05 12:26:45

This commit is contained in:
Hamza-Ayed
2026-06-05 12:26:45 +03:00
parent c911518189
commit 638672067b
2 changed files with 3 additions and 2 deletions

View File

@@ -19,6 +19,7 @@ if (file_exists($localEnv)) {
}
require_once __DIR__ . '/database/seeds/DatabaseSeeder.php';
require_once __DIR__ . '/database/seeds/SourceSeeder.php';
use App\Core\Container;
use App\Services\Database\Connection;