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