Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information