@@ -67,6 +67,6 @@ |
||
67 | 67 | */ |
68 | 68 | public function getIDString(): string |
69 | 69 | { |
70 | - return 'G' . sprintf('%06d', $this->getID()); |
|
70 | + return 'G'.sprintf('%06d', $this->getID()); |
|
71 | 71 | } |
72 | 72 | } |
73 | 73 | \ No newline at end of file |
@@ -187,7 +187,7 @@ |
||
187 | 187 | */ |
188 | 188 | public function getIDString(): string |
189 | 189 | { |
190 | - return 'U' . sprintf('%06d', $this->getID()); |
|
190 | + return 'U'.sprintf('%06d', $this->getID()); |
|
191 | 191 | } |
192 | 192 | |
193 | 193 |