ScopeController.php
| 313 B | Satir:
0
| php
Geri
<?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(); } }
Kaydet
Ctrl+S ile kaydet