Missing forward slash

This commit is contained in:
Samuel Georges 2017-07-27 14:01:27 +10:00 committed by GitHub
parent 5555b98799
commit e9884522ea
1 changed files with 2 additions and 2 deletions

View File

@ -10,8 +10,8 @@ require __DIR__ . '/../bootstrap/autoload.php';
*/
$loader = new October\Rain\Support\ClassLoader(
new October\Rain\Filesystem\Filesystem,
__DIR__ . '../',
__DIR__ . '../storage/framework/classes.php'
__DIR__ . '/../',
__DIR__ . '/../storage/framework/classes.php'
);
$loader->register();