Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
AJAYSINGHBISHT12 committed Jul 8, 2023
1 parent dcabd00 commit b971983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modules/CodeTrek/Entities/CodeTrekApplicant.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public function roundDetails()
return $this->hasMany(CodeTrekApplicantRoundDetail::class);
}

public static function factory()
public static function newFactory()
{
return new CodeTrekApplicantFactory();
}
Expand Down

0 comments on commit b971983

Please sign in to comment.