Allow override of the name 'general' for ungrouped routes

This commit is contained in:
russellgalpin
2019-04-03 09:56:05 +01:00
parent ce75c2d05a
commit 8137cbb616
2 changed files with 6 additions and 1 deletions

View File

@@ -177,6 +177,11 @@ return [
*/
'logo' => false,
/*
* Name for the group of routes which do not have a @group set.
*/
'ungrouped_name' => 'general',
/*
* Configure how responses are transformed using @transformer and @transformerCollection
* Requires league/fractal package: composer require league/fractal