[AsseticBundle] Remove an unused property

This commit is contained in:
Victor Berchet 2011-04-23 14:27:48 +02:00
parent 829bc54392
commit 4de2b84923

View File

@ -23,11 +23,9 @@ use Symfony\Component\Templating\Loader\LoaderInterface;
class FileResource implements ResourceInterface
{
protected $loader;
protected $parser;
protected $bundle;
protected $baseDir;
protected $path;
protected $template;
/**