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

+ 0 - 1
routes/web.php

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