Completed
Push — develop ( 25793a...917ef4 )
by Christoffer
07:15
created
src/FractalServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@
 block discarded – undo
30 30
      */
31 31
     protected function registerBindings(Container $container, ConfigRepository $config)
32 32
     {
33
-        $container->singleton(FractalService::class, function () use ($config) {
33
+        $container->singleton(FractalService::class, function() use ($config) {
34 34
             $fractal = new FractalService();
35 35
 
36 36
             $this->configureService($fractal, $config[self::CONFIG_KEY]);
Please login to merge, or discard this patch.