1
0
Fork 0
mirror of synced 2024-06-29 19:50:26 +12:00

add space

This commit is contained in:
Everly Precia Suresh 2022-04-21 02:47:51 +00:00
parent 277897eefc
commit f5ca72b612

View file

@ -180,7 +180,7 @@ App::get('/v1/locale/continents')
->label('sdk.response.model', Response::MODEL_CONTINENT_LIST)
->inject('response')
->inject('locale')
->action(function (Response $response,Locale $locale) {
->action(function (Response $response, Locale $locale) {
$list = Config::getParam('locale-continents'); /* @var $list array */