From 8a1c20bf4ad580e0024961a4cfd5341eb1fc7543 Mon Sep 17 00:00:00 2001 From: Peter Papp Date: Sat, 15 May 2021 07:26:02 +0200 Subject: [PATCH] setup:dev fix --- app/Console/Commands/SetupDevEnvironment.php | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) 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); }