Skip to content

Commit

Permalink
Merge pull request #24 from michaelpetri/move-git-directories-under-var
Browse files Browse the repository at this point in the history
fixed parameter name
  • Loading branch information
michaelpetri committed May 11, 2023
2 parents a235026 + 4fd19a5 commit 237a7cc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public function process(ContainerBuilder $container): void
{
$basePathId = \sprintf('%s<%s>', Directory::class, 'symfony_file_watcher.base_path');

$projectDir = Directory::from($container->getParameter('%kernel.project_dir%'));
$projectDir = Directory::from($container->getParameter('kernel.project_dir'));

$container
->autowire($basePathId)
Expand Down

0 comments on commit 237a7cc

Please sign in to comment.