浏览代码

Fix db name

Luca Parisio 3 月之前
父节点
当前提交
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()
     {