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; } /**