Completed
Push — master ( 1bb93a...e0077d )
by Patrick
02:31
created
src/LaravelSqsFifoQueueServiceProvider.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -81,7 +81,7 @@
 block discarded – undo
81 81
     public function registerDeduplicators()
82 82
     {
83 83
         foreach (['Unique', 'Content', 'Sqs'] as $deduplicator) {
84
-            $this->{"register{$deduplicator}Deduplicator"}();
84
+            $this->{"register{$deduplicator}deduplicator"}();
85 85
         }
86 86
     }
87 87
 
Please login to merge, or discard this patch.