[AsseticBundle] changed file resource string value to logical template name

This commit is contained in:
Kris Wallsmith 2011-06-12 19:12:22 -07:00
parent f1e8c1bce5
commit a3ed5e3f84

View File

@ -56,7 +56,7 @@ class FileResource implements ResourceInterface
public function __toString()
{
return $this->path;
return (string) $this->getTemplate();
}
protected function getTemplate()