diff --git a/src/Library.php b/src/Library.php index f4e6a42..9162fbc 100644 --- a/src/Library.php +++ b/src/Library.php @@ -46,8 +46,8 @@ class Library */ public function __construct($basePath, $libraryPath, $name = null) { - $this->basePath = realpath($basePath); - $this->path = realpath($libraryPath); + $this->basePath = $basePath; + $this->path = $libraryPath; $this->name = $name; }