Start your All-Access Pass to unlock this challenge
Check out the following code:
public function someController()
{
$this->denyAccessUnlessGranted('BANANA');
}
Assuming that I'm using the normal security system with nothing custom, what will happen when we execute this code?