Luca Parisio 3 месяцев назад
Родитель
Сommit
db75582d82
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      app/Services/MigrationService.php

+ 1 - 1
app/Services/MigrationService.php

@@ -10,7 +10,7 @@ use App\Database\Migrations\TenantMigration;
 
 class MigrationService
 {
-    protected $masterDatabase = 'leezard_tenant';
+    protected $masterDatabase = 'leezard_master';
 
     public function runMasterMigrations()
     {