File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -20,5 +20,8 @@ public function installReact()
2020
2121 (new Filesystem )->ensureDirectoryExists (resource_path ('js/components/icons ' ));
2222 (new Filesystem )->copyDirectory (__DIR__ .'/../../stubs/react/components/icons ' , resource_path ('js/components/icons ' ));
23+
24+ (new Filesystem )->ensureDirectoryExists (base_path ('tests/Feature/SocialitePlus ' ));
25+ (new Filesystem )->copyDirectory (__DIR__ .'/../stubs/tests/Feature/SocialitePlus ' , base_path ('tests/Feature/SocialitePlus ' ));
2326 }
2427}
Original file line number Diff line number Diff line change @@ -20,5 +20,8 @@ public function installVue()
2020
2121 (new Filesystem )->ensureDirectoryExists (resource_path ('js/components/icons ' ));
2222 (new Filesystem )->copyDirectory (__DIR__ .'/../../stubs/vue/components/icons ' , resource_path ('js/components/icons ' ));
23+
24+ (new Filesystem )->ensureDirectoryExists (base_path ('tests/Feature/SocialitePlus ' ));
25+ (new Filesystem )->copyDirectory (__DIR__ .'/../stubs/tests/Feature/SocialitePlus ' , base_path ('tests/Feature/SocialitePlus ' ));
2326 }
2427}
Original file line number Diff line number Diff line change @@ -29,9 +29,6 @@ public function boot()
2929 (new Filesystem )->ensureDirectoryExists (app_path ('Http/Middleware ' ));
3030 (new Filesystem )->copyDirectory (__DIR__ .'/../stubs/app/Http/Middleware ' , app_path ('Http/Middleware ' ));
3131
32- (new Filesystem )->ensureDirectoryExists (base_path ('tests/Feature/SocialitePlus ' ));
33- (new Filesystem )->copyDirectory (__DIR__ .'/../stubs/tests/Feature/SocialitePlus ' , base_path ('tests/Feature/SocialitePlus ' ));
34-
3532 $ this ->commands ([
3633 Console \InstallCommand::class,
3734 ]);
You can’t perform that action at this time.
0 commit comments