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.
2 parents 06a0bd1 + 61782be commit 100fe1dCopy full SHA for 100fe1d
src/Generators/AbstractTestsGenerator.php
@@ -238,7 +238,6 @@ protected function buildRelationsTree($models): array
238
protected function canGenerateUserData(): bool
239
{
240
return $this->classExists('models', 'User')
241
- && $this->isFactoryExists('User')
242
&& $this->isMethodExists('User', 'getFields');
243
}
244
0 commit comments