@@ -24,7 +24,7 @@ |
||
| 24 | 24 | * @return int|string |
| 25 | 25 | * @throws Exception |
| 26 | 26 | */ |
| 27 | - public function insertLibChart(int $idGroup, int $idType): int|string |
|
| 27 | + public function insertLibChart(int $idGroup, int $idType): int | string |
|
| 28 | 28 | { |
| 29 | 29 | $sql = "INSERT INTO vgr_chartlib (idChart,idType,created_at) |
| 30 | 30 | SELECT id,:idType,NOW() |