Skip to content

Commit 4636a3a

Browse files
refactor(Entity): improvement cod style and remove unused namespace in MakeEntity.php
1 parent 688cf9f commit 4636a3a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/Commands/MakeEntity.php

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

33
namespace Eghamat24\DatabaseRepository\Commands;
44

5+
use Illuminate\Support\Collection;
56
use Illuminate\Support\Str;
6-
use Eghamat24\DatabaseRepository\CreateEntity;
77
use Eghamat24\DatabaseRepository\CustomMySqlQueries;
88
use Eghamat24\DatabaseRepository\Creators\CreatorEntity;
99
use Eghamat24\DatabaseRepository\Creators\BaseCreator;
10-
use Illuminate\Support\Collection;
1110

1211
class MakeEntity extends BaseCommand
1312
{
1413
use CustomMySqlQueries;
1514

15+
private const OBJECT_NAME = 'Entity';
16+
1617
/**
1718
* The name and signature of the console command.
1819
*

0 commit comments

Comments
 (0)