mirror of
https://github.com/Mibew/mibew.git
synced 2025-01-30 21:10:29 +03:00
Fix warning in PHP 8.0
This commit is contained in:
parent
562eeceac2
commit
5b999eff2d
@ -433,7 +433,7 @@ class Database
|
||||
/**
|
||||
* Forbid clone objects
|
||||
*/
|
||||
final private function __clone()
|
||||
final public function __clone()
|
||||
{
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user