Completed
Branch feature/pre-split (364e4e)
by Anton
03:31
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.
source/Spiral/ORM/Schemas/Relations/BelongsToMorphedSchema.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@
 block discarded – undo
28 28
      */
29 29
     public function declareTables(SchemaBuilder $builder): array
30 30
     {
31
-       // $sourceTable = $this->sourceTable($builder);
31
+        // $sourceTable = $this->sourceTable($builder);
32 32
 
33 33
         //echo 1;
34 34
 
Please login to merge, or discard this patch.