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 8f0b027 commit 206700aCopy full SHA for 206700a
src/Illuminate/Database/Eloquent/Attributes/UseFactory.php
@@ -10,7 +10,7 @@ class UseFactory
10
/**
11
* Create a new attribute instance.
12
*
13
- * @param class-string $factoryClass
+ * @param class-string<\Illuminate\Database\Eloquent\Factories\Factory> $factoryClass
14
* @return void
15
*/
16
public function __construct(public string $factoryClass)
0 commit comments