From d67c0ebef90a688b766ba94a13b508f4ba85d655 Mon Sep 17 00:00:00 2001 From: Moamen Eltouny Date: Tue, 15 Nov 2022 17:43:50 +0200 Subject: [PATCH] Move lang dir to the main path --- src/Core/Commands/Make.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Core/Commands/Make.php b/src/Core/Commands/Make.php index 04ffc85..e8b1997 100644 --- a/src/Core/Commands/Make.php +++ b/src/Core/Commands/Make.php @@ -96,7 +96,7 @@ public function handle() $this->error(' There\'s something wrong!'); } - return true; + return 1; } /**