Fixed some date range problems.

This commit is contained in:
James Cole
2016-01-09 07:46:11 +01:00
parent 723e461559
commit 9fcb00f10b
8 changed files with 24 additions and 11 deletions

View File

@@ -30,7 +30,6 @@ class BudgetController extends Controller
*/
public function __construct()
{
$this->middleware('auth');
parent::__construct();
View::share('title', trans('firefly.budgets'));
View::share('mainTitleIcon', 'fa-tasks');