Sid Gifari File Manager
🏠 Root
/
home2
/
meumer25
/
painelbistroemcasa.meumercado.app
/
vendor
/
laravel
/
passport
/
src
/
Http
/
Controllers
/
Editing: ScopeController.php
<?php namespace Laravel\Passport\Http\Controllers; use Laravel\Passport\Passport; class ScopeController { /** * Get all of the available scopes for the application. * * @return \Illuminate\Support\Collection */ public function all() { return Passport::scopes(); } }
Save
Cancel