Skip to content

Commit eae31cd

Browse files
committed
refactor: makes changes to the method mapping for aspect
1 parent aa0ad65 commit eae31cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Aspect/SqlCommenterAspect.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
class SqlCommenterAspect extends AbstractAspect
3030
{
3131
public array $classes = [
32-
'Hyperf\Database\Connection::run',
32+
'Hyperf\Database\Connection::runQueryCallback',
3333
];
3434

3535
public function __construct(private readonly ConfigInterface $config, private readonly SwitchManager $switchManager)

0 commit comments

Comments
 (0)