|
@@ -2,7 +2,7 @@
|
|
|
|
|
|
/*
|
|
|
* This file is part of the Symfony package.
|
|
|
- *
|
|
|
+ *
|
|
|
* (c) Fabien Potencier <fabien@symfony.com>
|
|
|
*
|
|
|
* For the full copyright and license information, please view the LICENSE
|
|
@@ -497,7 +497,7 @@ class File
|
|
|
*/
|
|
|
public function __toString()
|
|
|
{
|
|
|
- return null === $this->getPath() ? '' : $this->getPath();
|
|
|
+ return null === $this->path ? '' : $this->path;
|
|
|
}
|
|
|
|
|
|
/**
|