diff --git a/app/Console/Commands/SetupDevEnvironment.php b/app/Console/Commands/SetupDevEnvironment.php index fe101b91..be797133 100644 --- a/app/Console/Commands/SetupDevEnvironment.php +++ b/app/Console/Commands/SetupDevEnvironment.php @@ -1,20 +1,21 @@ faker = Faker\Factory::create(); + $this->setUpFaker(); $this->setup = resolve(SetupService::class); }