Conditions | 1 |
Paths | 1 |
Total Lines | 10 |
Code Lines | 7 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
13 | public function run() |
||
14 | { |
||
15 | Model::unguard(); |
||
16 | |||
17 | $this->call('PackageUsersTableSeeder'); |
||
18 | $this->call('PackageRolesTableSeeder'); |
||
19 | $this->call('PackageCapabilitiesTableSeeder'); |
||
20 | $this->call('PackageRoleUserPivotSeeder'); |
||
21 | $this->call('PackageCapabilityRolePivotSeeder'); |
||
22 | } |
||
23 | |||
25 |