@@ -32,11 +32,11 @@ |
||
| 32 | 32 | SampleBootWithStarted::class, |
| 33 | 33 | SampleBoot::class |
| 34 | 34 | ], [ |
| 35 | - static function(Container $container) { |
|
| 35 | + static function (Container $container){ |
|
| 36 | 36 | $container->bind('efg', new SampleBoot()); |
| 37 | 37 | } |
| 38 | 38 | ], [ |
| 39 | - static function(Container $container) { |
|
| 39 | + static function (Container $container){ |
|
| 40 | 40 | $container->bind('ghi', new SampleBoot()); |
| 41 | 41 | } |
| 42 | 42 | ]); |
@@ -32,11 +32,13 @@ |
||
| 32 | 32 | SampleBootWithStarted::class, |
| 33 | 33 | SampleBoot::class |
| 34 | 34 | ], [ |
| 35 | - static function(Container $container) { |
|
| 35 | + static function(Container $container) |
|
| 36 | + { |
|
| 36 | 37 | $container->bind('efg', new SampleBoot()); |
| 37 | 38 | } |
| 38 | 39 | ], [ |
| 39 | - static function(Container $container) { |
|
| 40 | + static function(Container $container) |
|
| 41 | + { |
|
| 40 | 42 | $container->bind('ghi', new SampleBoot()); |
| 41 | 43 | } |
| 42 | 44 | ]); |