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