@@ -5,7 +5,6 @@ |
||
| 5 | 5 | use Opensoft\Rollout\Rollout; |
| 6 | 6 | use Opensoft\RolloutBundle\Rollout\UserProviderInterface; |
| 7 | 7 | use Symfony\Bundle\FrameworkBundle\Controller\Controller; |
| 8 | -use Symfony\Component\DependencyInjection\ContainerAware; |
|
| 9 | 8 | use Symfony\Component\DependencyInjection\ContainerAwareTrait; |
| 10 | 9 | use Symfony\Component\HttpFoundation\RedirectResponse; |
| 11 | 10 | use Symfony\Component\HttpFoundation\Request; |
@@ -36,6 +36,9 @@ |
||
| 36 | 36 | { |
| 37 | 37 | public $name; |
| 38 | 38 | |
| 39 | + /** |
|
| 40 | + * @param string $name |
|
| 41 | + */ |
|
| 39 | 42 | public function __construct($name) |
| 40 | 43 | { |
| 41 | 44 | $this->name = $name; |