Browse Source

Fix db name

Luca Parisio 3 tháng trước cách đây
mục cha
commit
db75582d82
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/Services/MigrationService.php

+ 1 - 1
app/Services/MigrationService.php

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