mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-06 12:45:30 +00:00
Also call parent constructor.
This commit is contained in:
@@ -20,6 +20,7 @@ class NewUserController extends Controller
|
||||
public function __construct()
|
||||
{
|
||||
$this->middleware('auth');
|
||||
parent::__construct();
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user