You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In EntityDetails.php line 66:
[Symfony\Component\Debug\Exception\FatalThrowableError]
Undefined class constant 'ONE_TO_MANY'
Exception trace:
Symfony\Bundle\MakerBundle\Doctrine\EntityDetails->getFormFields() at /symfony/vendor/symfony/maker-bundle/src/Maker/MakeCrud.php:155
Symfony\Bundle\MakerBundle\Maker\MakeCrud->generate() at /symfony/vendor/symfony/maker-bundle/src/Command/MakerCommand.php:93
Symfony\Bundle\MakerBundle\Command\MakerCommand->execute() at /symfony/vendor/symfony/console/Command/Command.php:252
Symfony\Component\Console\Command\Command->run() at /symfony/vendor/symfony/console/Application.php:883
Symfony\Component\Console\Application->doRunCommand() at /symfony/vendor/symfony/framework-bundle/Console/Application.php:86
Symfony\Bundle\FrameworkBundle\Console\Application->doRunCommand() at /symfony/vendor/symfony/console/Application.php:241
Symfony\Component\Console\Application->doRun() at /symfony/vendor/symfony/framework-bundle/Console/Application.php:74
Symfony\Bundle\FrameworkBundle\Console\Application->doRun() at /symfony/vendor/symfony/console/Application.php:143
Symfony\Component\Console\Application->run() at /symfony/bin/console:39`
The text was updated successfully, but these errors were encountered:
sadikoff
added a commit
to sadikoff/maker-bundle
that referenced
this issue
Apr 19, 2018
I'm trying to run the following command:
But end up getting the following error:
The text was updated successfully, but these errors were encountered: