adding support for attaching filters based on URI routing.
Signed-off-by: Taylor Otwell <taylorotwell@gmail.com>
This commit is contained in:
@@ -31,6 +31,7 @@ class Router {
|
||||
'POST' => array(),
|
||||
'PUT' => array(),
|
||||
'DELETE' => array(),
|
||||
'PATCH' => array(),
|
||||
'HEAD' => array(),
|
||||
);
|
||||
|
||||
@@ -44,6 +45,7 @@ class Router {
|
||||
'POST' => array(),
|
||||
'PUT' => array(),
|
||||
'DELETE' => array(),
|
||||
'PATCH' => array(),
|
||||
'HEAD' => array(),
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user