MCPcopy 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

8use Illuminate\Foundation\Auth\Access\AuthorizesRequests;
9
10class 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