File "Admin.php"

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

<?php

namespace App\Models;


use Illuminate\Foundation\Auth\User as Authenticatable;

class Admin extends Authenticatable
{
    /**
     * The attributes that should be hidden for arrays.
     *
     * @var array
     */
    protected $hidden = [
        'password', 'remember_token',
    ];

}