@@ -71,7 +71,7 @@ |
||
| 71 | 71 | public function register(): void |
| 72 | 72 | { |
| 73 | 73 | $this->app->bind(Filesystem::class); |
| 74 | - $this->app->bind(Configuration::class, function (ContainerInterface $app) { |
|
| 74 | + $this->app->bind(Configuration::class, function(ContainerInterface $app) { |
|
| 75 | 75 | return new Configuration($app->get(Config::class)->get('cache', [])); |
| 76 | 76 | }); |
| 77 | 77 | $this->app->bind(AdapterInterface::class, LocalAdapter::class); |