addPath('contact', __DIR__); $router->get('/contact', ContactAction::class, 'contact'); //$router->post('/contact', ContactAction::class); } }