mirror of
https://github.com/flarum/framework.git
synced 2025-01-20 02:42:44 +08:00
ec5cb98c77
* chore: merge the app with the container & implement the ApplicationContract 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. * chore: improve concern implementation readability * chore: service provider no longer has to change app type * chore: unimplement `terminat(e/ing)` * Apply fixes from StyleCI * chore: recover `container` prop * chore: return types * fix: phpstan errors |
||
---|---|---|
.. | ||
.github/workflows | ||
bootstrap | ||
src | ||
tests | ||
.editorconfig | ||
.gitignore | ||
composer.json | ||
LICENSE |