We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecb511c commit b99e75cCopy full SHA for b99e75c
database/seeds/LaravelGovernorDatabaseSeeder.php
@@ -12,7 +12,6 @@ public function run()
12
$this->call('LaravelGovernorActionsTableSeeder');
13
$this->call('LaravelGovernorOwnershipsTableSeeder');
14
$this->call('LaravelGovernorRolesTableSeeder');
15
- $this->call('LaravelGovernorPermissionsTableSeeder');
16
17
Eloquent::reguard();
18
}
0 commit comments