@@ -68,12 +68,6 @@ final class Database extends Module {
}
- private function __clone() {
-
- # Magic method clone is empty to prevent duplication of connection
- }
public static function connect($host = 'localhost', $user, $password) {
# Open a new connection to the MySQL server
@@ -45,12 +45,6 @@ final class Plugins implements \SplSubject {
- # Magic method clone is empty to prevent duplication of plugins
public function attach(\SplObserver $observer) {
if (!isset($observer)) return false;