We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97f8508 commit 53a5aa9Copy full SHA for 53a5aa9
1 file changed
autoload.php
@@ -8,7 +8,7 @@
8
use Progress_Planner\Utils\Deprecations;
9
10
// Require the Deprecations class.
11
-require_once PROGRESS_PLANNER_DIR . '/classes/utils/class-deprecations.php';
+require_once __DIR__ . '/classes/utils/class-deprecations.php';
12
13
spl_autoload_register(
14
/**
0 commit comments