1
0
mirror of https://github.com/flarum/core.git synced 2025-07-19 07:41:22 +02:00
Files
php-flarum/framework
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
..
2021-01-29 08:13:16 -05:00