We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c82aea9 commit 4bd44efCopy full SHA for 4bd44ef
1 file changed
docs/configuring-the-bundle.md
@@ -9,3 +9,15 @@ The default currency for your application can be set with the `default_currency`
9
babdev_money:
10
default_currency: EUR
11
```
12
+
13
+```php
14
+<?php // config/packages/babdev_money.php
15
16
+namespace Symfony\Component\DependencyInjection\Loader\Configurator;
17
18
+return App::config([
19
+ 'babdev_money' => [
20
+ 'default_currency' => 'EUR',
21
+ ],
22
+]);
23
+```
0 commit comments