Removed middle ware.

This commit is contained in:
James Cole
2016-01-09 07:48:45 +01:00
parent 9fcb00f10b
commit 4bc1c032bd
20 changed files with 9 additions and 22 deletions

View File

@@ -27,7 +27,6 @@ class ReportController extends Controller
*/
public function __construct(ReportHelperInterface $helper)
{
$this->middleware('auth');
parent::__construct();
$this->helper = $helper;