File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -38,14 +38,14 @@ public function handle()
38
38
$ studly_name = studly_case ($ name );
39
39
40
40
$ html = file_get_contents (__DIR__ .'/Stubs/AngularFeature/feature.html.stub ' );
41
- $ js = file_get_contents (__DIR__ .'/Stubs/AngularFeature/feature.js.stub ' );
41
+ $ js = file_get_contents (__DIR__ .'/Stubs/AngularFeature/feature.js.stub ' );
42
42
$ less = file_get_contents (__DIR__ .'/Stubs/AngularFeature/feature.less.stub ' );
43
43
44
44
$ html = str_replace ('{{StudlyName}} ' , $ studly_name , $ html );
45
45
$ js = str_replace ('{{StudlyName}} ' , $ studly_name , $ js );
46
46
47
- $ folder = __DIR__ . '/../../../angular/app/ ' . $ name ;
48
- if (is_dir ($ folder )){
47
+ $ folder = __DIR__ . '/../../../angular/app/ ' . $ name ;
48
+ if (is_dir ($ folder )) {
49
49
$ this ->info ('Folder already exists ' );
50
50
51
51
return false ;
You can’t perform that action at this time.
0 commit comments