Some more code standards

This commit is contained in:
Michael 2020-04-24 05:39:30 +00:00
parent bc1efdaf53
commit b50aaf87d7

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`"
]
],
];