mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 01:25:55 +02:00
Fixed PHPstan issue
This commit is contained in:
parent
f6f736a91f
commit
bb2559edc1
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ class LogController extends AbstractController
|
|||
|
||||
if (EventUndoMode::UNDO === $mode) {
|
||||
$this->undoLog($log_element);
|
||||
} elseif (EventUndoMode::REVERT === $mode) {
|
||||
} else {
|
||||
$this->revertLog($log_element);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue