Skip to content

Commit 58c1405

Browse files
refactor(Commands): improvement code style
1 parent f5a3d08 commit 58c1405

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/Commands/MakeMySqlRepository.php

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

33
namespace Eghamat24\DatabaseRepository\Commands;
44

5-
use Illuminate\Support\Str;
65
use Eghamat24\DatabaseRepository\Creators\BaseCreator;
7-
use Eghamat24\DatabaseRepository\Creators\CreatorEntity;
86
use Eghamat24\DatabaseRepository\Creators\CreatorMySqlRepository;
97
use Eghamat24\DatabaseRepository\CustomMySqlQueries;
10-
use Illuminate\Console\Command;
8+
use Illuminate\Support\Collection;
119

1210
class MakeMySqlRepository extends BaseCommand
1311
{
12+
use CustomMySqlQueries;
13+
1414
/**
1515
* The name and signature of the console command.
1616
*
@@ -29,7 +29,6 @@ class MakeMySqlRepository extends BaseCommand
2929
*/
3030
protected $description = 'Create a new MySql repository class';
3131

32-
use CustomMySqlQueries;
3332

3433
/**
3534
* Execute the console command.

0 commit comments

Comments
 (0)