We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ecd83a commit 2a1f2caCopy full SHA for 2a1f2ca
CHANGELOG.md
@@ -2,6 +2,13 @@
2
3
All notable changes to `Laravel Authentication Log` will be documented in this file.
4
5
+### 1.1.0 - 2021-10-11
6
+
7
+### Added
8
9
+- Known issues section to readme
10
+- Ability to set DB connection type - https://github.com/rappasoft/laravel-authentication-log/pull/4
11
12
## 1.0.0 - 2021-09-30
13
14
- Initial Release
src/Models/AuthenticationLog.php
@@ -10,7 +10,7 @@ class AuthenticationLog extends Model
public $timestamps = false;
protected $table = 'authentication_log';
-
protected $fillable = [
15
'ip_address',
16
'user_agent',
0 commit comments