group('/step', function($app) { $app->post('/2', [Home::class, 'step2']); });