Completed
Branch feature/pre-split (4cb052)
by Anton
03:34
created
source/Spiral/ORM/Record.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,7 @@
 block discarded – undo
15 15
  */
16 16
 abstract class Record extends RecordEntity implements ActiveEntityInterface
17 17
 {
18
-   public function save(TransactionInterface $transaction = null, bool $queueRelations = true): int
18
+    public function save(TransactionInterface $transaction = null, bool $queueRelations = true): int
19 19
     {
20 20
         //saturate transaction
21 21
         $transaction->addCommand($command = $this->queueSave($queueRelations));
Please login to merge, or discard this patch.