mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/11628] phpbb_template, not phpbb_template_interface
PHPBB3-11628
This commit is contained in:
parent
ce0a1bb3c5
commit
57bc3c7d3a
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue