1 | <?php namespace Arcanesoft\Pages\Seeds; |
||
13 | class RolesTableSeeder extends RolesSeeder |
||
14 | { |
||
15 | /* ------------------------------------------------------------------------------------------------ |
||
16 | | Main Functions |
||
17 | | ------------------------------------------------------------------------------------------------ |
||
18 | */ |
||
19 | /** |
||
20 | * Run the database seeds. |
||
21 | */ |
||
22 | public function run() |
||
38 | |||
39 | /* ------------------------------------------------------------------------------------------------ |
||
40 | | Other Functions |
||
41 | | ------------------------------------------------------------------------------------------------ |
||
42 | */ |
||
43 | /** |
||
44 | * Sync the roles. |
||
45 | * |
||
46 | * @todo: Refactor this method |
||
47 | */ |
||
48 | private function syncRoles() |
||
66 | } |
||
67 |