@@ -1,6 +1,6 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | -declare(strict_types=1); |
|
| 3 | +declare(strict_types = 1); |
|
| 4 | 4 | |
| 5 | 5 | use FondBot\Contracts\Conversation\Manager; |
| 6 | 6 | |
@@ -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\Foundation\Providers; |
| 6 | 6 | |
@@ -78,7 +78,7 @@ discard block |
||
| 78 | 78 | |
| 79 | 79 | private function registerManager(): void |
| 80 | 80 | { |
| 81 | - $this->app->singleton('conversation', function () { |
|
| 81 | + $this->app->singleton('conversation', function() { |
|
| 82 | 82 | return new ConversationManager($this->app, $this->app[Cache::class]); |
| 83 | 83 | }); |
| 84 | 84 | |