@@ -72,7 +72,7 @@ |
||
72 | 72 | return []; |
73 | 73 | } |
74 | 74 | |
75 | - $params = array_filter($m, function ($v) { |
|
75 | + $params = array_filter($m, function($v) { |
|
76 | 76 | return 0 < strlen($v); |
77 | 77 | }); |
78 | 78 | $action = $routes[count($m) - count($params)]['action']; |