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 5417018Copy full SHA for 5417018
src/Models/AuthenticationLog.php
@@ -10,7 +10,7 @@ class AuthenticationLog extends Model
10
public $timestamps = false;
11
12
protected $table = 'authentication_log';
13
-
+
14
protected $fillable = [
15
'ip_address',
16
'user_agent',
0 commit comments