Search controller.

This commit is contained in:
James Cole
2015-02-27 11:09:23 +01:00
parent fc5c339e27
commit 8f578ed95a
11 changed files with 328 additions and 17 deletions

View File

@@ -73,7 +73,7 @@ class CategoryController extends Controller
->get(['transaction_journals.*']);
$subTitle = 'Transactions without a category in ' . $start->format('F Y');
return View::make('categories.noCategory', compact('list', 'subTitle'));
return view('categories.noCategory', compact('list', 'subTitle'));
}
/**