Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
roguenet committed Apr 15, 2024
1 parent e11ad5a commit 9d365bf
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,10 @@ public function __invoke(Request $request, string $entity, string $framework)
private function getSlug(string $framework)
{
$frameworkModel = Framework::where('access_code', $framework)->firstOrFail();

return $frameworkModel->slug;
}

private function getForm(string $modelClass, string $framework)
{
return Form::where('model', $modelClass)
Expand Down

0 comments on commit 9d365bf

Please sign in to comment.