Skip to content

Commit

Permalink
Fixed typo in example configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
bobvandevijver committed Oct 28, 2017
1 parent 27bef16 commit 3222493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Configuration/EmptyConfiguration.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public function isProductionEnvironment()
*/
public function getBacktraceFolder()
{
return $this->container->getParameter('kernel.cache_dir' . '/exceptionhandler');
return $this->container->getParameter('kernel.cache_dir') . '/exceptionhandler';
}

/**
Expand Down

0 comments on commit 3222493

Please sign in to comment.