@@ -25,7 +25,7 @@ |
||
25 | 25 | 'group' => $this->faker->word(), 'gid' => $this->faker->randomElement('1', '2'), |
26 | 26 | 'type' => $this->faker->word(), 'name' => $this->faker->name(), |
27 | 27 | 'npfx' => $this->faker->word(), 'givn' => $this->faker->firstName(), |
28 | - 'nick' => $this->faker->userName(), 'spfx', 'surn' => $this->faker->lastName(), 'nsfx', 'created_at', 'updated_at', |
|
28 | + 'nick' => $this->faker->userName(), 'spfx', 'surn' => $this->faker->lastName(), 'nsfx', 'created_at', 'updated_at', |
|
29 | 29 | ]; |
30 | 30 | } |
31 | 31 | } |