diff --git a/src/Resources/AuthenticationLogResource/Pages/ListAuthenticationLogs.php b/src/Resources/AuthenticationLogResource/Pages/ListAuthenticationLogs.php index 0610b92..51c1b7f 100644 --- a/src/Resources/AuthenticationLogResource/Pages/ListAuthenticationLogs.php +++ b/src/Resources/AuthenticationLogResource/Pages/ListAuthenticationLogs.php @@ -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); + } }