Skip to content

Commit 6f95567

Browse files
committed
Remove migrations
1 parent de92e6e commit 6f95567

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public function boot() {
6363
}
6464
}
6565
if (($moduleMigrationsPath = $module->migrationsPath())) {
66-
$this->thisLoadMigrationsFrom($moduleMigrationsPath);
66+
// $this->thisLoadMigrationsFrom($moduleMigrationsPath);
6767
}
6868
}
6969
}

0 commit comments

Comments
 (0)