Arguments the wrong way around.
This commit is contained in:
parent
6b90fada90
commit
37a2f1c484
1 changed files with 3 additions and 3 deletions
|
|
@ -16,10 +16,10 @@ abstract class AbstractHTMLController extends AbstractController
|
|||
protected string $pageNotFoundTemplate = '404.html.twig';
|
||||
|
||||
public function __construct(
|
||||
Twig $twig,
|
||||
Logger $logger,
|
||||
DebugBar $debugBar,
|
||||
CacheProvider $cacheProvider
|
||||
CacheProvider $cacheProvider,
|
||||
Twig $twig,
|
||||
DebugBar $debugBar
|
||||
) {
|
||||
parent::__construct($logger, $cacheProvider);
|
||||
$this->twig = $twig;
|
||||
|
|
|
|||
Loading…
Reference in a new issue