fix: #3609191 Remove dead includes/helpers.inc include from varbase_auth.install

Fixes https://www.drupal.org/project/varbase_auth/issues/3609191

includes/helpers.inc was deleted during the OOP hooks conversion (its functions moved into the module's #[Hook] class), but varbase_auth.install still include_once'd it, emitting a PHP include warning on install/rebuild. This removes the dead include line and keeps the includes/updates.inc include.

AI-Generated: Yes (Used Claude Code to identify and remove the dead include; reviewed by rajab natshah.)

Checkpoints

  • File an issue about this project
  • Addition/Change/Update/Fix to this project
  • Testing to ensure no regression
  • Automated unit/functional testing coverage
  • Developer Documentation support on feature change/addition
  • User Guide Documentation support on feature change/addition
  • UX/UI designer responsibilities
  • Accessibility and Readability
  • Reviewed by a human
  • Code review by maintainers
  • Full testing and approval
  • Credit contributors
  • Review with the product owner
  • Update Release Notes
  • Release
Edited by Rajab Natshah

Merge request reports

Loading