Skip to content

Commit 31ee866

Browse files
committed
chore: minor refactor
1 parent 01a601c commit 31ee866

File tree

4 files changed

+3
-1
lines changed

4 files changed

+3
-1
lines changed

app/.gitkeep

-1
This file was deleted.

app/Command/BaseController.php

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
use Symfony\Component\Console\Output\OutputInterface;
99
use Termwind\Terminal;
1010
use Termwind\ValueObjects\Style;
11+
use Closure;
1112

1213
abstract class BaseController extends CommandController
1314
{

app/Services/TermwindService.php

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
use Termwind\Terminal;
1212
use Termwind\ValueObjects\Style;
1313

14+
use Closure;
15+
1416
use function Termwind\ask;
1517

1618
use function Termwind\render;

app/Views/.gitkeep

Whitespace-only changes.

0 commit comments

Comments
 (0)