| 1 | <?php namespace Arcanesoft\Auth\Seeds\Foundation; |
||
| 11 | class PermissionTableSeeder extends Seeder |
||
| 12 | { |
||
| 13 | /* ------------------------------------------------------------------------------------------------ |
||
| 14 | | Main Functions |
||
| 15 | | ------------------------------------------------------------------------------------------------ |
||
| 16 | */ |
||
| 17 | /** |
||
| 18 | * Run the database seeds. |
||
| 19 | */ |
||
| 20 | public function run() |
||
| 24 | } |
||
| 25 |