Fix the limit views.

This commit is contained in:
James Cole
2014-09-15 17:57:19 +02:00
parent dbfb342021
commit 406ae25162
6 changed files with 2 additions and 15 deletions

View File

@@ -21,6 +21,8 @@ class CategoryController extends BaseController
{
$this->_repository = $repository;
$this->_category = $category;
View::share('title','Categories');
View::share('mainTitleIcon', 'fa-bar-chart');
}
/**