/home/techb158/dev.balacoffee.com/vendor/laravel/passport/src/Exceptions
NameSizeModeActions
InvalidAuthTokenException.php4470644editdlrm
MissingScopeException.php8070644editdlrm
OAuthServerException.php11590644editdlrm
Edit: /home/techb158/dev.balacoffee.com/vendor/laravel/passport/src/Exceptions/MissingScopeException.php (807B)
scopes = Arr::wrap($scopes); } /** * Get the scopes that the user did not have. * * @return array */ public function scopes() { return $this->scopes; } }