object(CoffeeCode\Router\Router)#9 (1) { ["GET"]=> array(3) { [""]=> array(7) { ["route"]=> string(0) "" ["name"]=> NULL ["method"]=> string(3) "GET" ["middlewares"]=> NULL ["handler"]=> string(37) "Mactus\Nfse\Controller\HomeController" ["action"]=> string(5) "index" ["data"]=> array(0) { } } ["/error/([^/]+)"]=> array(7) { ["route"]=> string(14) "/error/{error}" ["name"]=> NULL ["method"]=> string(3) "GET" ["middlewares"]=> NULL ["handler"]=> string(37) "Mactus\Nfse\Controller\HomeController" ["action"]=> string(5) "error" ["data"]=> array(1) { ["error"]=> string(11) "sitemap.xml" } } ["/api-doc"]=> array(7) { ["route"]=> string(8) "/api-doc" ["name"]=> NULL ["method"]=> string(3) "GET" ["middlewares"]=> NULL ["handler"]=> string(37) "Mactus\Nfse\Controller\HomeController" ["action"]=> string(12) "documentacao" ["data"]=> array(0) { } } } } int(404)