1
0
mirror of https://github.com/flarum/core.git synced 2025-07-21 08:41:17 +02:00
Files
php-flarum/framework
Franz Liedke c20dcfe4e7 Service Provider: Move loadViewsFrom() to boot()
This method relies on the "view" being bound in the IoC container.
This is only guaranteed after all register() methods have run, thus
it should be done in boot().
2018-08-03 00:53:39 +02:00
..