mirror of
https://github.com/flarum/core.git
synced 2025-07-18 23:31:17 +02:00
Mostly, we only need a database connection, instead of one of Laravel's "connection resolvers". Again, this makes our life easier during installation, where we already instantiate a database connection. We can now use that to instantiate our own Migrator class, instead of using the IoC container to build one.