Completed
Push — master ( 41ad33...9fe0d2 )
by Sam
02:50
created
src/AppBundle/Helper/LabsHelper.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -74,7 +74,7 @@
 block discarded – undo
74 74
         // as required by Labs.  We combine $table with
75 75
         // $table_extension in order to generate the new table name
76 76
         if ($this->isLabs() && $table_extension !== null) {
77
-            $table = $table . "_" . $table_extension;
77
+            $table = $table."_".$table_extension;
78 78
         }
79 79
 
80 80
         // Use the table specified in the table mapping configuration, if present.
Please login to merge, or discard this patch.