mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[feature/controller] Remove empty __construct() method
PHPBB3-10864
This commit is contained in:
parent
79bcbd3691
commit
1c5a82c411
1 changed files with 0 additions and 7 deletions
|
@ -4,13 +4,6 @@ use Symfony\Component\HttpFoundation\Response;
|
|||
|
||||
class phpbb_ext_foo_controller
|
||||
{
|
||||
/**
|
||||
* Constructor
|
||||
*/
|
||||
public function __construct()
|
||||
{
|
||||
}
|
||||
|
||||
/**
|
||||
* Handle method
|
||||
*
|
||||
|
|
Loading…
Add table
Reference in a new issue