Skip to content

Commit 2e57056

Browse files
committed
Remove superfluous parameters for ClassLoader::registerPath()
1 parent a36627a commit 2e57056

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/php/autoload.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<?php namespace xp;
22

3-
\lang\ClassLoader::registerPath(__DIR__, false, 'xp-framework/scriptlet');
3+
\lang\ClassLoader::registerPath(__DIR__);

0 commit comments

Comments
 (0)