group('/notificacion', function($app) { $app->get('[/]', Notificacion::class); $app->post('[/]', [Notificacion::class, 'do_edit']); });