App\Http\Controllers\User\Settings\SettingController::__construct PHP Method

__construct() public method

SettingController constructor.
public __construct ( )
    public function __construct()
    {
        $this->users = app('xe.users');
    }