mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[feature/controller] Removed another empty construct method
PHPBB3-10864
This commit is contained in:
parent
c6a5699325
commit
46cb0fb068
1 changed files with 0 additions and 7 deletions
|
@ -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
|
||||||
*
|
*
|
||||||
|
|
Loading…
Add table
Reference in a new issue