-
-
Notifications
You must be signed in to change notification settings - Fork 199
New issue
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
Call to undefined method addVisible #567
Comments
I can confirm this. |
Laravel 7 dropped the |
@bennothommo Thank you!
$subscriber->makeVisible($columns); |
It is recommended to use "makeVisible" / "makeHidden" in new code going forward. Fixes wintercms/winter#567
Restored the |
Winter CMS Build
dev-develop
PHP Version
8.0
Database engine
MySQL/MariaDB
Plugins installed
custom
Issue description
Winter CMS - 1.2
When I try to export, I get an error:
I do export according to the example from the official documentation https://wintercms.com/docs/backend/import-export#export-model
Steps to replicate
Export Implementation
Workaround
No response
The text was updated successfully, but these errors were encountered: