mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-05 15:16:16 +02:00
[ticket/11628] phpbb_template, not phpbb_template_interface
PHPBB3-11628
This commit is contained in:
parent
ce0a1bb3c5
commit
57bc3c7d3a
@ -48,7 +48,7 @@ class phpbb_controller_resolver implements ControllerResolverInterface
|
||||
*
|
||||
* @param phpbb_user $user User 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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user