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

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