dyjh %!s(int64=6) %!d(string=hai) anos
pai
achega
e0ff4cba6b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      routes/web.php

+ 1 - 1
routes/web.php

xqd
@@ -62,7 +62,7 @@ if (strpos(request()->getRequestUri(), '/addons/') !== false) {
                     if (file_exists($file)) {
                         $controller = implode("\\", $route) . "Controller";
                         $action = $controller . "@" . $baseRoute[count($route)];
-                        //dd($action);
+                        dd($action);
                         $api->any('/', ['as' => $route[0],
                             'uses' => $action]);
                     }