We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 688cf9f commit 4636a3aCopy full SHA for 4636a3a
src/Commands/MakeEntity.php
@@ -2,17 +2,18 @@
2
3
namespace Eghamat24\DatabaseRepository\Commands;
4
5
+use Illuminate\Support\Collection;
6
use Illuminate\Support\Str;
-use Eghamat24\DatabaseRepository\CreateEntity;
7
use Eghamat24\DatabaseRepository\CustomMySqlQueries;
8
use Eghamat24\DatabaseRepository\Creators\CreatorEntity;
9
use Eghamat24\DatabaseRepository\Creators\BaseCreator;
10
-use Illuminate\Support\Collection;
11
12
class MakeEntity extends BaseCommand
13
{
14
use CustomMySqlQueries;
15
+ private const OBJECT_NAME = 'Entity';
16
+
17
/**
18
* The name and signature of the console command.
19
*
0 commit comments