Total Complexity | 2 |
Total Lines | 36 |
Duplicated Lines | 0 % |
Changes | 3 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
9 | class UserSeeder extends Seeder |
||
10 | { |
||
11 | /** |
||
12 | * Returns the name of the seeder table. |
||
13 | */ |
||
14 | |||
15 | protected static function model(): Model |
||
16 | { |
||
17 | return new User(); |
||
18 | } |
||
19 | |||
20 | /** |
||
21 | * Auto generated seed file |
||
22 | * |
||
23 | * @return void |
||
24 | */ |
||
25 | protected function run($model): void |
||
45 | ]); |
||
46 | } |
||
48 |