We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bde7f91 commit b953c9eCopy full SHA for b953c9e
src/Builder/Internal/DDLRunnable.php
@@ -29,7 +29,7 @@ public function run(array $params = []) {
29
$this->query->execute($params);
30
$response = $this->query->getStatement()->rowCount();
31
if($this->callbackFn !== null) {
32
- $response = call_user_func($this->callbackFn);
+ $response = call_user_func($this->callbackFn, $response);
33
}
34
return $response;
35
0 commit comments