mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-12 18:30:06 +01:00
Fixed code style.
This commit is contained in:
@@ -145,7 +145,7 @@ class LogController extends AbstractController
|
||||
$this->dbRepository->changeID($element, $logEntry->getTargetID());
|
||||
}
|
||||
|
||||
if (! $element instanceof AbstractDBElement) {
|
||||
if (!$element instanceof AbstractDBElement) {
|
||||
$this->addFlash('error', 'log.undo.target_not_found');
|
||||
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user