mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-22 01:49:05 +02:00
Removed unnecessary getIDString() function in AbstractDBElement.
This commit is contained in:
parent
a3af55d4e2
commit
8b6fe757a0
26 changed files with 3 additions and 219 deletions
|
@ -154,7 +154,7 @@ class ConvertBBCodeCommand extends Command
|
|||
foreach ($results as $result) {
|
||||
/** @var AbstractNamedDBElement $result */
|
||||
$io->writeln(
|
||||
'Convert entity: '.$result->getName().' ('.$result->getIDString().')',
|
||||
'Convert entity: '.$result->getName().' (' . get_class($result) . ': ' . $result->getID() . ')',
|
||||
OutputInterface::VERBOSITY_VERBOSE
|
||||
);
|
||||
foreach ($properties as $property) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue