File "AdminPasswordReset.php"
Full Path: /home/trinadezambia/public_html/gambling/app/Models/AdminPasswordReset.php
File size: 227 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace App\Models;
use Illuminate\Database\Eloquent\Model;
class AdminPasswordReset extends Model
{
protected $table = "admin_password_resets";
protected $guarded = ['id'];
public $timestamps = false;
}