Skip to content

Commit

Permalink
Merge pull request #13 from howdu/patch-1
Browse files Browse the repository at this point in the history
Use custom resource from config in list page
  • Loading branch information
andreia authored Mar 8, 2024
2 parents 4387172 + 19befec commit 6692775
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,8 @@

class ListAuthenticationLogs extends ListRecords
{
protected static string $resource = AuthenticationLogResource::class;
public static function getResource(): string
{
return config('filament-authentication-log.resources.AutenticationLogResource', AuthenticationLogResource::class);
}
}

0 comments on commit 6692775

Please sign in to comment.