Completed
Branch master (fc452c)
by Adam
02:24
created
src/CassandraServiceProvider.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@
 block discarded – undo
18 18
     {
19 19
         // Attempt to load default configuration
20 20
         $this->mergeConfigFrom(
21
-          __DIR__ . '/../config/cassandra.php', 'cassandra'
21
+            __DIR__ . '/../config/cassandra.php', 'cassandra'
22 22
         );
23 23
 
24 24
         // Configure cassandra options
Please login to merge, or discard this patch.