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