Skip to content

Commit

Permalink
Add Filter facade alias to theme config.
Browse files Browse the repository at this point in the history
  • Loading branch information
jlambe committed May 16, 2016
1 parent ec19b9d commit dcd0979
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/config/theme.config.php
Expand Up @@ -55,6 +55,7 @@
'Config' => 'Themosis\\Facades\\Config',
'Controller' => 'Themosis\\Route\\BaseController',
'Field' => 'Themosis\\Facades\\Field',
'Filter' => 'Themosis\\Facades\\Filter',
'Form' => 'Themosis\\Facades\\Form',
'Html' => 'Themosis\\Facades\\Html',
'Input' => 'Themosis\\Facades\\Input',
Expand Down

0 comments on commit dcd0979

Please sign in to comment.