mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-14 03:08:54 +01:00
Implement a filter for Log Table (part 1)
This commit is contained in:
@@ -447,6 +447,6 @@ abstract class AbstractLogEntry extends AbstractDBElement
|
||||
}
|
||||
}
|
||||
|
||||
throw new InvalidArgumentException('No target ID for this class is existing!');
|
||||
throw new InvalidArgumentException('No target ID for this class is existing! (Class: '.$class.')');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user