mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
I am using OctoberCMS without the CMS module (removed from modules directory and turned off in cms.php) and I am getting an error in the backend regarding missing `MediaManager` class. I wrapped this in a class_exists to check that MediaManager exists before binding it. Let me know your thoughts.