@@ -40,20 +40,20 @@ |
||
40 | 40 | |
41 | 41 | protected function registerCurrencies() |
42 | 42 | { |
43 | - $this->getContainer()->share('money.currencies', function () { |
|
43 | + $this->getContainer()->share('money.currencies', function() { |
|
44 | 44 | return new ISOCurrencies(); |
45 | 45 | }); |
46 | 46 | } |
47 | 47 | |
48 | 48 | protected function registerCurrency() |
49 | 49 | { |
50 | - $this->getContainer()->share('money.currency', function () { |
|
50 | + $this->getContainer()->share('money.currency', function() { |
|
51 | 51 | }); |
52 | 52 | } |
53 | 53 | |
54 | 54 | protected function registerFormatter() |
55 | 55 | { |
56 | - $this->getContainer()->share('money.formatter', function () { |
|
56 | + $this->getContainer()->share('money.formatter', function() { |
|
57 | 57 | return Manager::instance(); |
58 | 58 | }); |
59 | 59 | } |