docs: add comment

This commit is contained in:
kenjis 2023-04-29 11:23:53 +09:00
parent 041cb86730
commit 8ac0d333b8
No known key found for this signature in database
GPG Key ID: BD254878922AF198

View File

@ -94,6 +94,8 @@ class App extends BaseConfig
* by the application in descending order of priority. If no match is
* found, the first locale will be used.
*
* IncomingRequest::setLocale() also uses this list.
*
* @var string[]
*/
public array $supportedLocales = ['en'];