mirror of
https://github.com/flarum/framework.git
synced 2025-04-25 06:04:04 +08:00

Illuminate components always expect the app to be the container, but also expect the app to be implementing the laravel app contract. This means that very often between minor illuminate updates we get a call to a method on the app that doesn't exist in the Flarum app. This fixes the issue once and for all.