|
|
@@ -10,10 +10,11 @@ use App\Database\Migrations\TenantMigration;
|
|
|
|
|
|
class MigrationService
|
|
|
{
|
|
|
- protected $masterDatabase = 'leezard_master';
|
|
|
+ protected $masterDatabase = 'leezard_tenant';
|
|
|
|
|
|
public function runMasterMigrations()
|
|
|
{
|
|
|
+
|
|
|
$this->setupMasterConnection();
|
|
|
|
|
|
$masterMigrations = $this->getMasterMigrationFiles();
|