@@ -116,7 +116,7 @@ |
||
116 | 116 | $this->info('ApiTestTrait created'); |
117 | 117 | |
118 | 118 | $testAPIsPath = config('infyom.laravel_generator.path.api_test', base_path('tests/APIs/')); |
119 | - if (! file_exists($testAPIsPath)) { |
|
119 | + if (!file_exists($testAPIsPath)) { |
|
120 | 120 | FileUtil::createDirectoryIfNotExist($testAPIsPath); |
121 | 121 | $this->info('APIs Tests directory created'); |
122 | 122 | } |
@@ -119,7 +119,7 @@ |
||
119 | 119 | |
120 | 120 | $fileName = 'UserController.php'; |
121 | 121 | |
122 | - if (file_exists($controllerPath.$fileName) && ! $this->confirmOverwrite($fileName)) { |
|
122 | + if (file_exists($controllerPath.$fileName) && !$this->confirmOverwrite($fileName)) { |
|
123 | 123 | return; |
124 | 124 | } |
125 | 125 |