mirror of
https://github.com/flarum/core.git
synced 2025-07-30 21:20:24 +02:00
Change another instance of forum title
This commit is contained in:
@@ -3,5 +3,5 @@
|
||||
Route::get('/', function()
|
||||
{
|
||||
return View::make('flarum.web::index')
|
||||
->with('title', Config::get('flarum::forum_title', 'Flarum Support Forum'));
|
||||
->with('title', Config::get('flarum::forum_title', 'Flarum Demo Forum'));
|
||||
});
|
Reference in New Issue
Block a user