Some more code standards

pull/8537/head
Michael 2020-04-24 05:39:30 +00:00
parent bc1efdaf53
commit b50aaf87d7
1 changed files with 1 additions and 1 deletions

View File

@ -52,6 +52,6 @@ return [
INNER JOIN `item-uri` ON `item-uri`.id = `post-tag`.`uri-id`
LEFT JOIN `tag` ON `post-tag`.`tid` = `tag`.`id`
LEFT JOIN `contact` ON `post-tag`.`cid` = `contact`.`id`"
]
],
];