Skip to content

Commit

Permalink
Revert "DEBUG RW demos edit"
Browse files Browse the repository at this point in the history
This reverts commit b14aaa2.
  • Loading branch information
mvorisek committed Feb 22, 2023
1 parent b5b4041 commit 8a32036
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demos/init-db.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public function atomic(\Closure $fx)
parent::atomic(function () use ($fx, $eRollback, &$res) {
$res = $fx();

// throw $eRollback;
throw $eRollback;
});
} catch (\Exception $e) {
if ($e !== $eRollback) {
Expand Down Expand Up @@ -163,7 +163,7 @@ protected function init(): void

parent::init();

// $this->initPreventModification();
$this->initPreventModification();
}

public function addField(string $name, $seed = []): Field
Expand Down

0 comments on commit 8a32036

Please sign in to comment.