1
0
mirror of https://github.com/flarum/core.git synced 2025-07-20 00:01:17 +02:00
Files
php-flarum/framework
Franz Liedke 2ed194666b Use UrlGenerator over Application for base URL
We need to get rid of this god class, as Laravel's Application contract
gets even bigger with 5.8. To avoid having to add all these methods, we
should try to stop using it where we can.
2020-03-28 11:17:45 +01:00
..