From 69769764244eafc16bf8bddbc94a988354c10a7b Mon Sep 17 00:00:00 2001 From: Filippo Tessarotto Date: Mon, 15 Jun 2015 09:30:11 +0200 Subject: [PATCH] Removed useless attribute --- src/View/Http/InjectViewModelListener.php | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/View/Http/InjectViewModelListener.php b/src/View/Http/InjectViewModelListener.php index 29da2a205..3f83a9f1c 100644 --- a/src/View/Http/InjectViewModelListener.php +++ b/src/View/Http/InjectViewModelListener.php @@ -17,13 +17,6 @@ class InjectViewModelListener extends AbstractListenerAggregate { - /** - * FilterInterface/inflector used to normalize names for use as template identifiers - * - * @var mixed - */ - protected $inflector; - /** * {@inheritDoc} */