Skip to content
This repository has been archived by the owner on Feb 26, 2023. It is now read-only.

Commit

Permalink
Fixed classes to compile
Browse files Browse the repository at this point in the history
  • Loading branch information
core23 committed Dec 20, 2015
1 parent 124a505 commit f7807e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DependencyInjection/Core23ShariffExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public function load(array $configs, ContainerBuilder $container)
public function configureClassesToCompile()
{
$this->addClassesToCompile(array(
'Core23\\ShariffBundle\\Block\\Cache\\DoctrineCache',
'Core23\\ShariffBundle\\Cache\\DoctrineCache',
'Core23\\ShariffBundle\\Block\\Service\\ShariffShareBlockService',
));
}
Expand Down

0 comments on commit f7807e0

Please sign in to comment.