Closed petk closed 6 years ago
This patch refactors the user class from pear-database.php file into src directory with a dedicated class file. Methods got visibility and static keywords since they are called statically in current code.
Unused User::add() method got removed.
This patch refactors the user class from pear-database.php file into src directory with a dedicated class file. Methods got visibility and static keywords since they are called statically in current code.
Unused User::add() method got removed.