mirror of
https://github.com/flarum/framework.git
synced 2024-11-23 06:01:56 +08:00
Change another instance of forum title
This commit is contained in:
parent
575940698e
commit
9885a69eba
|
@ -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'));
|
||||
});
|
Loading…
Reference in New Issue
Block a user