We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
make:factory
When attempting to generate a factory for a class that has a protected property of Money\Money type, I get the following error:
Money\Money
In LegacyORMDefaultPropertiesGuesser.php line 73: Property App\Entity\MyEntity::$price.currency does not exist
I'm using Foundry version 1.37.0.
Activity