mirror of
https://github.com/flarum/core.git
synced 2025-07-19 07:41:22 +02:00
Model Visibility extender does not take into consideration missing dependencies. For instance flarum/tags adds a policy on the Flag model from flarum/flags. But because flarum/flags might as well not be installed we need to check for the existence of that model. Otherwise the exception is thrown or flarum fails to boot.