Implement multi purpose binder

This commit is contained in:
James Cole
2018-02-07 11:13:04 +01:00
parent 587ad1298d
commit eacc1da157
3 changed files with 13 additions and 85 deletions

View File

@@ -167,7 +167,7 @@ class Kernel extends HttpKernel
'auth:api' => [
'throttle:60,1',
'bindings',
HttpBinder::class,
],
];