Skip to content

Commit

Permalink
Merge tag '2.2.5'
Browse files Browse the repository at this point in the history
Hotfix release 2.2.5

Change the parameter from kernel.project_dirt to kernel.project_dir.
This should fix the error 'The parameter "kernel.project_dirt" must be defined.'
  • Loading branch information
stefanheimes committed Jan 4, 2023
2 parents a0c1796 + f0f1b29 commit 37e3bd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Helper/ToolboxFile.php
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ public function __construct(
E_USER_DEPRECATED
);
// @codingStandardsIgnoreEnd
$this->rootDir = System::getContainer()->getParameter('kernel.project_dirt');
$this->rootDir = System::getContainer()->getParameter('kernel.project_dir');
}

if (null === ($this->filesContext = $filesContext)) {
Expand Down

0 comments on commit 37e3bd3

Please sign in to comment.