Skip to content

Commit

Permalink
Update UseFactory.php (#54215)
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmastech authored Jan 16, 2025
1 parent 8f0b027 commit 206700a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Database/Eloquent/Attributes/UseFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class UseFactory
/**
* Create a new attribute instance.
*
* @param class-string $factoryClass
* @param class-string<\Illuminate\Database\Eloquent\Factories\Factory> $factoryClass
* @return void
*/
public function __construct(public string $factoryClass)
Expand Down

0 comments on commit 206700a

Please sign in to comment.