ok

Mini Shell

Direktori : /home2/selectio/public_html/billingsoftwarenew/core/app/Models/
Upload File :
Current File : /home2/selectio/public_html/billingsoftwarenew/core/app/Models/Admin.php

<?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',
    ];

}

Zerion Mini Shell 1.0