From 254b5f1abfdec2a051988150d7c36df43f455cc1 Mon Sep 17 00:00:00 2001 From: Sam Light Date: Wed, 9 Apr 2025 22:42:43 +0100 Subject: Initial commit --- config/auth_log.php | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 config/auth_log.php (limited to 'config/auth_log.php') diff --git a/config/auth_log.php b/config/auth_log.php new file mode 100644 index 0000000..d56e51b --- /dev/null +++ b/config/auth_log.php @@ -0,0 +1,9 @@ + env('AUTH_LOG_ENABLED', true), + 'table_name' => 'auth_log', + + 'model' => \Lightscale\LaralightAuthLog\Models\AuthLog::class, + 'user_model' => \Illuminate\Foundation\Auth\User::class, +]; -- cgit v1.2.3