diff --git a/src/Console/MakeCommand.php b/src/Console/MakeCommand.php index c17b6c0..7b8a2f1 100644 --- a/src/Console/MakeCommand.php +++ b/src/Console/MakeCommand.php @@ -107,7 +107,7 @@ public function getView() public function getViewName() { return Str::finish( - str_replace('.', '/', Str::slug(Str::snake($this->getNameInput()))), + str_replace('.', '/', Str::snake($this->getNameInput())), '.blade.php' ); }