Fix warning in PHP 8.0

This commit is contained in:
Fedor A. Fetisov 2021-07-09 01:39:50 +03:00
parent 562eeceac2
commit 5b999eff2d

View File

@ -433,7 +433,7 @@ class Database
/**
* Forbid clone objects
*/
final private function __clone()
final public function __clone()
{
}
}