Completed
Push — master ( 3787c3...57cb76 )
by Pavel
06:06
created
src/MongoSchemaDumperServiceProvider.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -24,14 +24,14 @@
 block discarded – undo
24 24
     {
25 25
         $this->app->singleton(
26 26
             'command.schema.export',
27
-            function () {
27
+            function() {
28 28
                 return new SchemaExport();
29 29
             }
30 30
         );
31 31
 
32 32
         $this->app->singleton(
33 33
             'command.schema.import',
34
-            function () {
34
+            function() {
35 35
                 return new SchemaImport();
36 36
             }
37 37
         );
Please login to merge, or discard this patch.