Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/feat/real-time-model-factories' …
Browse files Browse the repository at this point in the history
…into feat/real-time-model-factories
  • Loading branch information
jbrooksuk committed Jul 28, 2023
2 parents d6ccf7e + f2f1305 commit c0ad476
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Illuminate/Database/Eloquent/Factories/Factory.php
Original file line number Diff line number Diff line change
Expand Up @@ -813,6 +813,7 @@ public static function useNamespace(string $namespace)
*
* @param class-string<\Illuminate\Database\Eloquent\Model> $modelName
* @return \Illuminate\Database\Eloquent\Factories\Factory
*
* @throws \Illuminate\Database\Eloquent\Factories\FactoryNotFoundException
*/
public static function factoryForModel(string $modelName)
Expand Down

0 comments on commit c0ad476

Please sign in to comment.