mirror of
https://github.com/Mibew/mibew.git
synced 2025-01-31 05:20:30 +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
|
* Forbid clone objects
|
||||||
*/
|
*/
|
||||||
final private function __clone()
|
final public function __clone()
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user