Simple forum software for building great communities.
Go to file
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
framework/core Simplify interface of migration-related classes 2018-06-03 23:13:49 +02:00