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