mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-02 23:07:39 +02:00
[feature/controller] Removed another empty construct method
PHPBB3-10864
This commit is contained in:
@@ -4,13 +4,6 @@ use Symfony\Component\HttpFoundation\Response;
|
|||||||
|
|
||||||
class phpbb_controller_foo
|
class phpbb_controller_foo
|
||||||
{
|
{
|
||||||
/**
|
|
||||||
* Constructor
|
|
||||||
*/
|
|
||||||
public function __construct()
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Bar method
|
* Bar method
|
||||||
*
|
*
|
||||||
|
Reference in New Issue
Block a user