We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The initialise() call at the bottom of Account and User will clear their respective caches every time each file is included.
initialise()
Account
User
As we're using the auto loader, this can only happen if the files are included directly, but it would be good to have a safeguard.
The text was updated successfully, but these errors were encountered:
Closing this - it only occurs when Brush is misused, and adding handling would adversely affect performance of those using the library properly.
Sorry, something went wrong.
No branches or pull requests
The
initialise()
call at the bottom ofAccount
andUser
will clear their respective caches every time each file is included.As we're using the auto loader, this can only happen if the files are included directly, but it would be good to have a safeguard.
The text was updated successfully, but these errors were encountered: