Merge branch 'develop' into feature/app-rewrite

This commit is contained in:
slawkens
2025-03-09 21:34:06 +01:00
7 changed files with 46 additions and 31 deletions

View File

@@ -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'];
}