Completed
Push — master ( d9a5c3...aa7fbd )
by Anton
08:44 queued 05:24
created
source/Spiral/Migrations/Atomizer/AliasLookup.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@
 block discarded – undo
38 38
      */
39 39
     public function tableAlias(AbstractTable $table): string
40 40
     {
41
-         return substr($table->getName(), strlen($table->getPrefix()));
41
+            return substr($table->getName(), strlen($table->getPrefix()));
42 42
     }
43 43
 
44 44
     /**
Please login to merge, or discard this patch.