We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 864beeb commit 1a4e3fcCopy full SHA for 1a4e3fc
src/Providers/LaravelGovernorService.php
@@ -56,7 +56,6 @@ public function boot(GateContract $gate)
56
__DIR__ . '/../../resources/views' => base_path('resources/views/vendor/genealabs/laravel-governor')
57
], 'views');
58
$this->loadViewsFrom(__DIR__ . '/../../resources/views', 'genealabs-laravel-governor');
59
- $this->loadMigrationsFrom(__DIR__ . '/../../database/migrations');
60
61
if (Schema::hasTable('entities')) {
62
$this->parsePolicies($gate);
0 commit comments