Skip to content

Commit a2cea84

Browse files
committed
protect method
1 parent 4a95372 commit a2cea84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Database/Eloquent/Factories/HasFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public static function factory(...$parameters)
2424
*
2525
* @return \Illuminate\Database\Eloquent\Factories\Factory
2626
*/
27-
public static function newFactory()
27+
protected static function newFactory()
2828
{
2929
//
3030
}

0 commit comments

Comments
 (0)