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 d6ccf7e + f2f1305 commit c0ad476Copy full SHA for c0ad476
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