Simple forum software for building great communities.
Go to file
Alexander Skvortsov 663ae95f1c Merge pull request #2271 from flarum/fl/laravel-updates-config
This extracts another real class for dealing with the configuration options stored in `config.php`. The idea is to reduce the scope of the `Application` class and make it easier to inject exactly what's needed (rather than an array, which is complicated, or the bloated `Application` class).
2020-09-25 11:22:53 -04:00
framework/core Use Config class for data from config.php 2020-09-25 11:10:52 +02:00