@@ -1,6 +1,6 @@ discard block |
||
1 | 1 | <?php |
2 | 2 | |
3 | -declare(strict_types=1); |
|
3 | +declare(strict_types = 1); |
|
4 | 4 | |
5 | 5 | namespace FondBot\Application; |
6 | 6 | |
@@ -49,7 +49,7 @@ discard block |
||
49 | 49 | $dotenv = new Dotenv($this->basePath()); |
50 | 50 | $dotenv->load(); |
51 | 51 | |
52 | - $this->getContainer()->share(Config::class, function () { |
|
52 | + $this->getContainer()->share(Config::class, function() { |
|
53 | 53 | return new Config($_ENV); |
54 | 54 | }); |
55 | 55 | } |