Skip to content

Commit 1a4e3fc

Browse files
committed
Removed automatic migration, as it caused issues in first-time deployment
1 parent 864beeb commit 1a4e3fc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Providers/LaravelGovernorService.php

-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ public function boot(GateContract $gate)
5656
__DIR__ . '/../../resources/views' => base_path('resources/views/vendor/genealabs/laravel-governor')
5757
], 'views');
5858
$this->loadViewsFrom(__DIR__ . '/../../resources/views', 'genealabs-laravel-governor');
59-
$this->loadMigrationsFrom(__DIR__ . '/../../database/migrations');
6059

6160
if (Schema::hasTable('entities')) {
6261
$this->parsePolicies($gate);

0 commit comments

Comments
 (0)