Simple forum software for building great communities.
Go to file
Daniël Klabbers 54d78f4630 Fixes model visibility (#2580)
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.
2021-01-29 08:13:16 -05:00
framework/core Fixes model visibility (#2580) 2021-01-29 08:13:16 -05:00