1
0
mirror of https://github.com/flarum/core.git synced 2025-07-18 23:31:17 +02:00
Files
php-flarum/framework
Franz Liedke 86fe1b34c4 Simplify interface of migration-related classes
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.
2018-06-03 23:13:49 +02:00
..