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