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