1
0
Fork 0
mirror of synced 2024-10-01 17:58:02 +13:00

fix missing argument

This commit is contained in:
Damodar Lohani 2023-04-17 08:53:52 +00:00
parent 16695a4b6d
commit 0b2ccf7a2a

View file

@ -24,7 +24,9 @@ App::get('/v1/locale')
->inject('request')
->inject('response')
->inject('locale')
->inject('geodb')
->action(function (Request $request, Response $response, Locale $locale, Reader $geodb) {
var_dump($locale);
$eu = Config::getParam('locale-eu');
$currencies = Config::getParam('locale-currencies');
$output = [];