When generating an Entity a table name gets requested. If you simply press enter to continue (assuming no table name would be added so Doctrine would use the default) it still attempts to use it as NULL resulting in following error:
[Symfony\Component\Debug\Exception\FatalThrowableError]
Type error: Argument 2 passed to ModuleGenerator\Domain\Entity\Entity::__construct() must be of the type string, null given, calle
d in /usr/local/fork-cms-module-generator/vendor/pageon/fork-cms-module-generator/src/Domain/Entity/Entity.php on line 47
When generating an Entity a table name gets requested. If you simply press enter to continue (assuming no table name would be added so Doctrine would use the default) it still attempts to use it as
NULLresulting in following error: