[feature/controller] Removed another empty construct method

PHPBB3-10864
This commit is contained in:
David King 2012-11-13 10:57:24 -05:00
parent c6a5699325
commit 46cb0fb068

View file

@ -4,13 +4,6 @@ use Symfony\Component\HttpFoundation\Response;
class phpbb_controller_foo
{
/**
* Constructor
*/
public function __construct()
{
}
/**
* Bar method
*