Skip to content
This repository has been archived by the owner on Sep 20, 2021. It is now read-only.

Commit

Permalink
fix(autoloader) Take into the move to Source.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hywan committed Aug 29, 2017
1 parent d7f2fb6 commit 31f3f05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Autoloader.php
Original file line number Diff line number Diff line change
Expand Up @@ -351,5 +351,5 @@ public static function dnew(string $classname, array $arguments = [])
* Autoloader.
*/
$autoloader = new Autoloader();
$autoloader->addNamespace('Hoa', dirname(__DIR__));
$autoloader->addNamespace('Hoa', dirname(__DIR__, 2));
$autoloader->register();

0 comments on commit 31f3f05

Please sign in to comment.