new('GET', '/', 'CanteenController@index'); $router->new('GET', '/admin', 'AdminController@admin'); $response = $router->match(); die($response);