Luca Parisio 3 meses atrás
pai
commit
db75582d82
1 arquivos alterados com 1 adições e 1 exclusões
  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()
     {