Skip to content

Commit c7e19b6

Browse files
committed
Attempting to fix the build due to autoload changes
1 parent beccf6e commit c7e19b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/autoload.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
/**
1919
* Register PhpFastCache Autoload
2020
*/
21-
set_include_path(get_include_path() . PATH_SEPARATOR . __DIR__ . DIRECTORY_SEPARATOR);
21+
set_include_path(get_include_path() . PATH_SEPARATOR . __DIR__);
2222
spl_autoload_register();
2323

2424
/**

0 commit comments

Comments
 (0)