update v1.0.4
This commit is contained in:
11
app/Model/helpdesk/Utility/Limit_Login.php
Normal file
11
app/Model/helpdesk/Utility/Limit_Login.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php namespace App\Model\helpdesk\Utility;
|
||||
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
class Limit_Login extends Model {
|
||||
|
||||
protected $table = 'limit_login';
|
||||
|
||||
protected $fillable = ['email', 'ip_address', 'duration', 'attempt_time', 'created_at', 'updated_at'];
|
||||
|
||||
}
|
Reference in New Issue
Block a user