/var/www/flurhymez/vendor/laravel/sanctum/src/Exceptions
NameSizeModeActions
MissingAbilityException.php8340644editdlrm
MissingScopeException.php8060644editdlrm
Edit: /var/www/flurhymez/vendor/laravel/sanctum/src/Exceptions/MissingScopeException.php (806B)
scopes = Arr::wrap($scopes); } /** * Get the scopes that the user did not have. * * @return array */ public function scopes() { return $this->scopes; } }