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

@@ -19,7 +19,6 @@ class NewUserController extends Controller
{
public function __construct()
{
$this->middleware('auth');
parent::__construct();
}