Socieboy\Forum\Controllers\ProfileController::__construct PHP Method

__construct() public method

Initialize profile controller.
public __construct ( )
    function __construct()
    {
        $this->middleware('auth');
    }
ProfileController