xref: /dokuwiki/lib/plugins/auth.php (revision f28d9c9ecea9b75fe13bc52fc7bd057b3992b6e7)
1<?php
2
3use dokuwiki\Debug\DebugHelper;
4
5DebugHelper::dbgDeprecatedFunction(
6    'Autoloading',
7    1,
8    'require(' . basename(__FILE__) . ')'
9);
10