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