芝麻web文件管理V1.00
编辑当前文件:/home/shaabmuni/public_html/app/User.php
belongsTo('App\Permissions', 'permissions_id'); } use Notifiable; /** * The attributes that are mass assignable. * * @var array */ protected $fillable = [ 'name', 'email', 'password', 'photo', 'permissions_id', 'status', 'permissions', 'connect_email', 'connect_password', 'get_notifications', ]; /** * The attributes that should be hidden for arrays. * * @var array */ protected $hidden = [ 'password', 'remember_token', ]; }