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

@@ -26,7 +26,6 @@ class PiggyBankController extends Controller
*/
public function __construct()
{
$this->middleware('auth');
parent::__construct();
// create chart generator:
$this->generator = app('FireflyIII\Generator\Chart\PiggyBank\PiggyBankChartGenerator');