File "PasswordReset.php"

Full Path: /home/trinadezambia/public_html/gambling/app/Models/PasswordReset.php
File size: 191 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace App\Models;

use Illuminate\Database\Eloquent\Model;

class PasswordReset extends Model
{
    public $timestamps = false;

    protected $hidden = [
        'token'
    ];
}