group('/facturacion', function($app) { $app->get('[/]', Facturacion::class); });