@@ -64,7 +64,7 @@ |
||
64 | 64 | return Str::studly($this->argument('name')); |
65 | 65 | } |
66 | 66 | |
67 | - private function getClassNameWithoutNamespace(): array|string |
|
67 | + private function getClassNameWithoutNamespace(): array | string |
|
68 | 68 | { |
69 | 69 | return class_basename($this->getFileName()); |
70 | 70 | } |