mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 17:39:06 +02:00
Implement a filter for Log Table (part 1)
This commit is contained in:
parent
017b0f717e
commit
c7f5c23374
12 changed files with 444 additions and 23 deletions
|
@ -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.')');
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue