Luca Parisio 3 kuukautta sitten
vanhempi
commit
db75582d82
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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()
     {