Skip to content

Fix static property references causing undefined constant errors on inheritance#28

Merged
kettasoft merged 1 commit intomasterfrom
fix/providers
Oct 27, 2025
Merged

Fix static property references causing undefined constant errors on inheritance#28
kettasoft merged 1 commit intomasterfrom
fix/providers

Conversation

@kettasoft
Copy link
Copy Markdown
Owner

Resolves an issue where extending FilterableServiceProvider triggered undefined constant errors.
This occurred because the static keyword was used instead of self when referencing internal class constants.
Switched to self:: to ensure correct scope resolution for static context.

@kettasoft kettasoft self-assigned this Oct 27, 2025
@kettasoft kettasoft added the bug Something isn't working label Oct 27, 2025
@kettasoft kettasoft changed the title Fix static property references causing undefined property errors on inheritance Fix static property references causing undefined constant errors on inheritance Oct 27, 2025
@kettasoft kettasoft merged commit a7df30d into master Oct 27, 2025
1 check passed
@kettasoft kettasoft deleted the fix/providers branch October 27, 2025 11:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant