mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-02 14:57:37 +02:00
[ticket/11628] phpbb_template, not phpbb_template_interface
PHPBB3-11628
This commit is contained in:
@@ -48,7 +48,7 @@ class phpbb_controller_resolver implements ControllerResolverInterface
|
|||||||
*
|
*
|
||||||
* @param phpbb_user $user User Object
|
* @param phpbb_user $user User Object
|
||||||
* @param ContainerInterface $container ContainerInterface object
|
* @param ContainerInterface $container ContainerInterface object
|
||||||
* @param phpbb_template_interface $template
|
* @param phpbb_template $template
|
||||||
*/
|
*/
|
||||||
public function __construct(phpbb_user $user, ContainerInterface $container, phpbb_template $template = null)
|
public function __construct(phpbb_user $user, ContainerInterface $container, phpbb_template $template = null)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user