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 6a74b91 commit 44c95baCopy full SHA for 44c95ba
src/Commands/MakeEntity.php
@@ -80,7 +80,7 @@ public function handle(): int
80
return 0;
81
}
82
83
- if (class_exists($entityNamespace.'\\'.$entityName) && ! $this->option('force')) {
+ if (class_exists($relativeEntitiesPath.'\\'.$entityName) && ! $this->option('force')) {
84
$this->alert("Entity \"$entityName\" is already exist!");
85
86
0 commit comments