Skip to content

Commit d57e934

Browse files
authored
Merge pull request #3 from MrLutin/patch-1
Update InstallCommand.php
2 parents 6e8eb32 + cf87656 commit d57e934

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Console/InstallCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public function handle()
3131
//copy folders
3232
(new Filesystem)->copyDirectory(__DIR__.'/../../stubs/app', base_path('app'));
3333
(new Filesystem)->copyDirectory(__DIR__.'/../../stubs/database', base_path('database'));
34-
(new Filesystem)->copyDirectory(__DIR__.'/../../stubs/public', base_path('database'));
34+
(new Filesystem)->copyDirectory(__DIR__.'/../../stubs/public', base_path('public'));
3535
(new Filesystem)->copyDirectory(__DIR__.'/../../stubs/resources', base_path('resources'));
3636
(new Filesystem)->copyDirectory(__DIR__.'/../../stubs/routes', base_path('routes'));
3737
(new Filesystem)->copyDirectory(__DIR__.'/../../stubs/stubs', base_path('stubs'));

0 commit comments

Comments
 (0)