We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84da7cf commit f1e3f2fCopy full SHA for f1e3f2f
src/Routing/ControllerInspector.php
@@ -14,7 +14,7 @@ class ControllerInspector extends IlluminateControllerInspector
14
* @param string $controller
15
* @return bool
16
*/
17
- public function isRoutable(ReflectionMethod $method, $controller)
+ public function isRoutable(ReflectionMethod $method, $controller = null)
18
{
19
if ($method->class == 'Dingo\Api\Routing\Controller') {
20
return false;
0 commit comments