mirror of
https://github.com/slawkens/myaac.git
synced 2025-11-02 08:56:24 +01:00
Account actions rework on ip (Use single column for IP - VARCHAR(45)) (#289)
* Account actions rework on ip (Use single column for IP - VARCHAR(45)) * No foreach needed here
This commit is contained in:
@@ -9,6 +9,6 @@ class AccountAction extends Model {
|
||||
|
||||
public $timestamps = false;
|
||||
|
||||
protected $fillable = ['account_id', 'ip', 'ipv6', 'date', 'action'];
|
||||
protected $fillable = ['account_id', 'ip', 'date', 'action'];
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user