Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CoderOpen/waimai
/ Controller
Class
Controller
app/Http/Controllers/Controller.php:10–13 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8
use Illuminate\Foundation\Auth\Access\AuthorizesRequests;
9
10
class Controller extends BaseController
11
{
12
use AuthorizesRequests, DispatchesJobs, ValidatesRequests;
13
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected