Commit 34357105 authored by Adam Wathan's avatar Adam Wathan

Use implicit null instead of explicit

parent 792dcd48
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
*/ */
$factory->define(App\User::class, function (Faker\Generator $faker) { $factory->define(App\User::class, function (Faker\Generator $faker) {
static $password = null; static $password;
return [ return [
'name' => $faker->name, 'name' => $faker->name,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment