1
<?php
2
3
namespace JMS\SecurityExtraBundle\Tests\Controller\Fixtures;
4
5
class UnsecuredController
6
{
7
public function action()
8
9
}
10