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.
1 parent 5dc3eeb commit f2f1305Copy full SHA for f2f1305
src/Illuminate/Database/Eloquent/Factories/Factory.php
@@ -813,6 +813,7 @@ public static function useNamespace(string $namespace)
813
*
814
* @param class-string<\Illuminate\Database\Eloquent\Model> $modelName
815
* @return \Illuminate\Database\Eloquent\Factories\Factory
816
+ *
817
* @throws \Illuminate\Database\Eloquent\Factories\FactoryNotFoundException
818
*/
819
public static function factoryForModel(string $modelName)
0 commit comments