update v 1.0.7.5
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
|
||||
namespace App\Model\helpdesk\Utility;
|
||||
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
use App\BaseModel;
|
||||
|
||||
class Limit_Login extends Model
|
||||
class Limit_Login extends BaseModel
|
||||
{
|
||||
protected $table = 'limit_login';
|
||||
protected $fillable = ['email', 'ip_address', 'duration', 'attempt_time', 'created_at', 'updated_at'];
|
||||
|
Reference in New Issue
Block a user