|
@@ -1,6 +1,6 @@ discard block |
|
|
block discarded – undo |
|
1
|
1
|
<?php |
|
2
|
2
|
|
|
3
|
|
-declare(strict_types=1); |
|
|
3
|
+declare(strict_types = 1); |
|
4
|
4
|
|
|
5
|
5
|
namespace FondBot\Application; |
|
6
|
6
|
|
|
@@ -44,7 +44,7 @@ discard block |
|
|
block discarded – undo |
|
44
|
44
|
$this->container->share('response', Response::class); |
|
45
|
45
|
$this->container->share('emitter', SapiEmitter::class); |
|
46
|
46
|
|
|
47
|
|
- $this->container->share('router', function () { |
|
|
47
|
+ $this->container->share('router', function() { |
|
48
|
48
|
$router = new RouteCollection($this->container); |
|
49
|
49
|
|
|
50
|
50
|
$this->routes($router); |
Please login to merge, or discard this patch.