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

Commit

Permalink
Issue #64: Remove unneeded config option default
Browse files Browse the repository at this point in the history
  • Loading branch information
johanjanssens committed May 1, 2016
1 parent ca09afc commit a30515a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion code/template/template.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ protected function _initialize(ObjectConfig $config)
'parameter' => array($this, 'getParameter'),
'parameters' => array($this, 'getParameters')
),
'command_chain' => 'lib:command.chain',
))->append(array(
'behaviors' => array('filterable' => array('filters' => $config->filters)),
));
Expand Down

0 comments on commit a30515a

Please sign in to comment.