We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa0ad65 commit eae31cdCopy full SHA for eae31cd
1 file changed
src/Aspect/SqlCommenterAspect.php
@@ -29,7 +29,7 @@
29
class SqlCommenterAspect extends AbstractAspect
30
{
31
public array $classes = [
32
- 'Hyperf\Database\Connection::run',
+ 'Hyperf\Database\Connection::runQueryCallback',
33
];
34
35
public function __construct(private readonly ConfigInterface $config, private readonly SwitchManager $switchManager)
0 commit comments