mirror of
https://github.com/flarum/core.git
synced 2025-01-17 14:18:33 +01:00
c81f629b0b
* Rename `app` helper to `resolve`, deprecate old version * Rename $this->app to $this->container in service providers We no longer couple Flarum\Foundation\Application to the Laravel container; instead, we use the container separately. Changing our naming to reflect that will make things clearer.