소스 검색

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()
     {