You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 10, 2019. It is now read-only.
TODO comments are left in the code when a feature (or a bug) isn't completely developed (or fixed). You should complete the implementation and remove the comment.
public function aboutUsAction()
{
/* $response Symfony\Component\HttpFoundation\Response */
$response = $this->render('FDevsCommonBundle:Default:about_us.html.twig');
// TODO: add cache headers
return $response;
}
}