Skip to content

Commit bb52c07

Browse files
committed
Apply fixes from StyleCI
[ci skip] [skip ci]
1 parent bcacfc3 commit bb52c07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/Console/Commands/Install.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ private function installTheme()
312312

313313
$total = 0;
314314
$input = (int) $this->listChoice('Which Backpack theme would you like to install? <fg=gray>(enter option number: 1, 2 or 3)</>', $this->themes()->toArray(), 1);
315-
315+
316316
if ($input < 1 || $input > $this->themes()->count()) {
317317
$this->deleteLines(3);
318318
$this->note('Unknown theme. Using default theme value.');

0 commit comments

Comments
 (0)