Skip to content

Commit

Permalink
protect method
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Sep 12, 2020
1 parent 4a95372 commit a2cea84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Database/Eloquent/Factories/HasFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public static function factory(...$parameters)
*
* @return \Illuminate\Database\Eloquent\Factories\Factory
*/
public static function newFactory()
protected static function newFactory()
{
//
}
Expand Down

0 comments on commit a2cea84

Please sign in to comment.