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

__construct() public method

GroupController constructor.
public __construct ( )
    public function __construct()
    {
        $this->groups = app('xe.user.groups');
    }