fix db tables to have school year
This commit is contained in:
@@ -13,8 +13,6 @@ class IpAttemptModel extends Model
|
||||
'ip_address',
|
||||
'attempts',
|
||||
'last_attempt_at',
|
||||
'semester',
|
||||
'school_year',
|
||||
'blocked_until'
|
||||
];
|
||||
|
||||
@@ -48,4 +46,4 @@ class IpAttemptModel extends Model
|
||||
{
|
||||
return $this->insert($data);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user