Skip to content

Commit

Permalink
BUGFIX: Make sure controller is useable
Browse files Browse the repository at this point in the history
  • Loading branch information
camspiers committed Jul 28, 2013
1 parent 98c6a84 commit 4fc0a7c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion _config/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ Injector:
constructor:
0: '%$CacheInclude'
2: '%$CacheIncludeViewableDataProcessor'
CacheIncludeController:
class: CacheIncludeController
constructor:
0: '%$CacheInclude'


---
Expand All @@ -53,4 +57,4 @@ Injector:
0: '%$CacheCache'
1: '%$CacheIncludeKeyCreator'
2: '%$CacheIncludeConfig'
3: true
3: true

0 comments on commit 4fc0a7c

Please sign in to comment.