1
0
mirror of https://github.com/Mibew/mibew.git synced 2025-02-24 07:14:33 +03:00

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()
{
}
}