Skip to content

Commit 499ba86

Browse files
committed
update
1 parent 15130f5 commit 499ba86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/autoload.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -154,5 +154,5 @@ protected static function requireFile($file)
154154
}
155155
}
156156
class EmojiAutoloader extends Psr4Autoloader{}
157-
EmojiAutoloader::addNamespace('\Hidehalo\Emoji', '/../src');
157+
EmojiAutoloader::addNamespace('\Hidehalo\Emoji',realpath(__DIR__.'/../src'));
158158
EmojiAutoloader::register();

0 commit comments

Comments
 (0)