We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error Option namespace hasn't been defined when generating a class with constraint relation.
Option namespace hasn't been defined
There's 2 typos errors in the file Model.php
Model.php
Used if ($this->modelOptions->getOption('namespace')) instead of if ($this->modelOptions->hasOption('namespace'))
if ($this->modelOptions->getOption('namespace'))
if ($this->modelOptions->hasOption('namespace'))
A quick, dirty fix is to put --namespace="" in the command line
--namespace=""
Devtool tag 4.0.5
The text was updated successfully, but these errors were encountered:
Fixed check behavior for namespace and abstract options on model creation
namespace
abstract
Sorry, something went wrong.
Fixed in #1494
BeMySlaveDarlin
No branches or pull requests
Error
Option namespace hasn't been defined
when generating a class with constraint relation.There's 2 typos errors in the file
Model.php
Used
if ($this->modelOptions->getOption('namespace'))
instead ofif ($this->modelOptions->hasOption('namespace'))
A quick, dirty fix is to put
--namespace=""
in the command lineDevtool tag 4.0.5
The text was updated successfully, but these errors were encountered: