From 64baf06fc1159bcec639cf9b7b2eabaab7a7f365 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Azad=20Furkan=20=C5=9EAKAR?= Date: Mon, 10 Jun 2024 00:33:45 +0300 Subject: [PATCH] wip --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 077d179..cb11521 100644 --- a/README.md +++ b/README.md @@ -42,8 +42,6 @@ This is the contents of the published config file: return [ 'table_name' => 'otp_codes', // Table name to store OTP codes - 'user_model' => env('OTP_LOGIN_USER_MODEL', 'App\\Models\\User',), // User model to store OTP codes - 'otp_code' => [ 'length' => env('OTP_LOGIN_CODE_LENGTH', 6), // Length of the OTP code 'expires' => env('OTP_LOGIN_CODE_EXPIRES_SECONDS', 120), // Expiration time of the OTP code in seconds