| 1 | <?php namespace Arcanesoft\Auth\Seeds\Foundation; |
||
| 11 | class RoleTableSeeder extends RolesSeeder |
||
| 12 | { |
||
| 13 | /* ----------------------------------------------------------------- |
||
| 14 | | Main Methods |
||
| 15 | | ----------------------------------------------------------------- |
||
| 16 | */ |
||
| 17 | |||
| 18 | /** |
||
| 19 | * Run the database seeds. |
||
| 20 | */ |
||
| 21 | public function run() |
||
| 50 | } |
||
| 51 |