aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/lib/plugins/cli.php
blob: e75f700a09be665e049d6d4bd9d673b9ded6bc4f (plain) (blame)
1
2
3
4
5
6
7
8
9
<?php

use dokuwiki\Debug\DebugHelper;

DebugHelper::dbgDeprecatedFunction(
    'Autoloading',
    1,
    'require(' . basename(__FILE__) . ')'
);