Some more code standards
This commit is contained in:
parent
bc1efdaf53
commit
b50aaf87d7
|
@ -52,6 +52,6 @@ return [
|
||||||
INNER JOIN `item-uri` ON `item-uri`.id = `post-tag`.`uri-id`
|
INNER JOIN `item-uri` ON `item-uri`.id = `post-tag`.`uri-id`
|
||||||
LEFT JOIN `tag` ON `post-tag`.`tid` = `tag`.`id`
|
LEFT JOIN `tag` ON `post-tag`.`tid` = `tag`.`id`
|
||||||
LEFT JOIN `contact` ON `post-tag`.`cid` = `contact`.`id`"
|
LEFT JOIN `contact` ON `post-tag`.`cid` = `contact`.`id`"
|
||||||
]
|
],
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user