1 | <?php namespace Arcanesoft\Auth\Seeds\Foundation; |
||
15 | class UserTableSeeder extends Seeder |
||
16 | { |
||
17 | /* ------------------------------------------------------------------------------------------------ |
||
18 | | Main Functions |
||
19 | | ------------------------------------------------------------------------------------------------ |
||
20 | */ |
||
21 | /** |
||
22 | * Run the database seeds. |
||
23 | */ |
||
24 | public function run() |
||
28 | |||
29 | /* ------------------------------------------------------------------------------------------------ |
||
30 | | Other Functions |
||
31 | | ------------------------------------------------------------------------------------------------ |
||
32 | */ |
||
33 | /** |
||
34 | * Seed the admin account. |
||
35 | */ |
||
36 | private function seedAdminUser() |
||
61 | } |
||
62 |