Missing forward slash
This commit is contained in:
parent
5555b98799
commit
e9884522ea
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in New Issue