VERSION 1.0.0
Implement new auto class and refactor usages of deprecated autoloader A new automatic class loading mechanism has been introduced (Auto), replacing the deprecated Autoloader. This refactoring includes updating directory paths, changing the ownership of directories, and modifying file content strings. The codebase has been scoured to replace all instances of the discontinued Autoloader with the new class/method calls.
This commit is contained in:
@@ -9,6 +9,7 @@ require_once __DIR__ . '/../i/db.php';
|
||||
* User: kasdorf
|
||||
* Date: 10.11.17
|
||||
* Time: 09:44
|
||||
* @deprecated - this class is deprecated, use the auto autoloader instead (c/auto.php)
|
||||
*/
|
||||
class Autoloader
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user