@@ -70,7 +70,7 @@ |
||
| 70 | 70 | { |
| 71 | 71 | $config = $this->app->get(Config::class)->get('template', []); |
| 72 | 72 | |
| 73 | - $this->app->bind(Configuration::class, function (ContainerInterface $app) use ($config) { |
|
| 73 | + $this->app->bind(Configuration::class, function(ContainerInterface $app) use ($config) { |
|
| 74 | 74 | return new Configuration($config); |
| 75 | 75 | }); |
| 76 | 76 | $this->app->bind(AbstractCache::class, $config['cache_driver'] ?? NullCache::class); |