Sindbad~EG File Manager

Current Path : /var/www/html/eddacademiach.sumar.com.py/vendor/laravel/fortify/workbench/app/Models/
Upload File :
Current File : /var/www/html/eddacademiach.sumar.com.py/vendor/laravel/fortify/workbench/app/Models/User.php

<?php

namespace App\Models;

use Illuminate\Foundation\Auth\User as Authenticatable;

class User extends Authenticatable
{
    /**
     * The attributes that are mass assignable.
     *
     * @var array<int, string>
     */
    protected $fillable = [
        'name',
        'email',
        'password',
    ];

    /**
     * The attributes that should be hidden for serialization.
     *
     * @var array<int, string>
     */
    protected $hidden = [
        'password',
        'remember_token',
    ];

    /**
     * The attributes that should be cast.
     *
     * @var array<string, string>
     */
    protected $casts = [
        'email_verified_at' => 'datetime',
    ];
}

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists