mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 02:56:15 +00:00
Oops, forgot one change in last commit.
This commit is contained in:
parent
a512d46679
commit
79f7ca7d33
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ class DboTestSource extends DboSource {
|
|||
$this->_connection = $conn;
|
||||
}
|
||||
|
||||
protected function _supportNestedTransaction() {
|
||||
public function supportNestedTransaction() {
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue