1 | <?php namespace Arcanesoft\Media\Seeds; |
||
14 | class RolesTableSeeder extends RolesSeeder |
||
15 | { |
||
16 | /* ----------------------------------------------------------------- |
||
17 | | Main Methods |
||
18 | | ----------------------------------------------------------------- |
||
19 | */ |
||
20 | |||
21 | /** |
||
22 | * Run the database seeds. |
||
23 | */ |
||
24 | public function run() |
||
40 | |||
41 | /* ----------------------------------------------------------------- |
||
42 | | Other Methods |
||
43 | | ----------------------------------------------------------------- |
||
44 | */ |
||
45 | |||
46 | /** |
||
47 | * Sync the roles. |
||
48 | * |
||
49 | * @todo: Refactor this method |
||
50 | * |
||
51 | * @param array $roles |
||
52 | */ |
||
53 | protected function syncRoles(array $roles) |
||
68 | } |
||
69 |