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 beccf6e commit c7e19b6Copy full SHA for c7e19b6
1 file changed
src/autoload.php
@@ -18,7 +18,7 @@
18
/**
19
* Register PhpFastCache Autoload
20
*/
21
-set_include_path(get_include_path() . PATH_SEPARATOR . __DIR__ . DIRECTORY_SEPARATOR);
+set_include_path(get_include_path() . PATH_SEPARATOR . __DIR__);
22
spl_autoload_register();
23
24
0 commit comments