Skip to content

Commit 32a1029

Browse files
committed
wip
1 parent 20fac06 commit 32a1029

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/database/src/QueryStatements/CanExecuteStatement.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ public function execute(DatabaseDialect $dialect, null|string|UnitEnum $onDataba
1919
return null;
2020
}
2121

22-
return new Query($sql)->onDatabase($onDatabase)->execute();
22+
return new Query($sql)
23+
->onDatabase($onDatabase)
24+
->execute();
2325
}
2426
}

0 commit comments

Comments
 (0)