Update Parsedown library
This commit is contained in:
2
vendor/symfony/finder/SplFileInfo.php
vendored
2
vendor/symfony/finder/SplFileInfo.php
vendored
@@ -28,7 +28,7 @@ class SplFileInfo extends \SplFileInfo
|
||||
*/
|
||||
public function __construct($file, $relativePath, $relativePathname)
|
||||
{
|
||||
parent::__construct(realpath($file) ?: $file);
|
||||
parent::__construct($file);
|
||||
$this->relativePath = $relativePath;
|
||||
$this->relativePathname = $relativePathname;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user