Skip to content
This repository was archived by the owner on Sep 22, 2024. It is now read-only.

Commit 8255366

Browse files
committed
fix use statements
1 parent 3706bf8 commit 8255366

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/Commands/DTOCommand.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
namespace Signifly\Console\Commands;
44

5-
use Symfony\Component\Console\Input\InputOption;
6-
75
class DTOCommand extends DomainGeneratorCommand
86
{
97
/**

src/Commands/DomainGeneratorCommand.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
use Illuminate\Support\Str;
66
use Illuminate\Console\GeneratorCommand;
7+
use Symfony\Component\Console\Input\InputOption;
78

89
abstract class DomainGeneratorCommand extends GeneratorCommand
910
{

0 commit comments

Comments
 (0)