File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 22
33namespace App \Console \Commands ;
44
5- use App \Models \Template ;
65use App \Models \Pengelola ;
6+ use App \Models \Template ;
77use Illuminate \Console \Command ;
8+ use Symfony \Component \Process \Process ;
89
9- use function Laravel \Prompts \text ;
1010use function Laravel \Prompts \select ;
11- use Symfony \ Component \ Process \ Process ;
11+ use function Laravel \ Prompts \ text ;
1212
1313class Install extends Command
1414{
@@ -192,7 +192,7 @@ public function handle()
192192 $ this ->info ('Membuat symlink public_html ' );
193193 $ process = new Process (['ln ' , '-s ' , 'public_html ' , 'public ' ]);
194194 $ process ->run ();
195- }
195+ }
196196 $ this ->info ('Membuat storage symlink ' );
197197 $ this ->call ('storage:link ' );
198198 $ this ->info ('Simpede berhasil diinstall. Silakan login dengan user admin yang baru saja dibuat. ' );
You can’t perform that action at this time.
0 commit comments