Skip to content

Commit df9a870

Browse files
Merge pull request #135 from laravelwebdev/analysis-prYyr6
Apply fixes from StyleCI
2 parents 098f029 + dd68169 commit df9a870

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app/Console/Commands/Install.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
namespace App\Console\Commands;
44

5-
use App\Models\Template;
65
use App\Models\Pengelola;
6+
use App\Models\Template;
77
use Illuminate\Console\Command;
8+
use Symfony\Component\Process\Process;
89

9-
use function Laravel\Prompts\text;
1010
use function Laravel\Prompts\select;
11-
use Symfony\Component\Process\Process;
11+
use function Laravel\Prompts\text;
1212

1313
class 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.');

0 commit comments

Comments
 (0)