Skip to content

Commit

Permalink
Removed use of removed method
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Miu committed Dec 5, 2020
1 parent 88df30b commit 0602e95
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
test:
strategy:
matrix:
php: ['7.2', '7.3', '7.4']
php: ['7.4']
# include:
# - php: '8.0'
# composer-flags: '--ignore-platform-req=php'
Expand Down
1 change: 0 additions & 1 deletion src/Action/BaseAction.php
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,6 @@ public function run($calledByAnotherAction = false)
$executed[] = $action;
}
} catch (\Exception $e) {
$this->undo($executed);
throw new FailedActionException(
sprintf("%s failed for mapper %s", get_class($this), $this->mapper->getConfig()->getTableAlias(true)),
(int)$e->getCode(),
Expand Down

0 comments on commit 0602e95

Please sign in to comment.