From f001d18218e397a78e8a05130086f877084eec1c Mon Sep 17 00:00:00 2001 From: ADmad Date: Mon, 21 Apr 2014 01:39:54 +0530 Subject: [PATCH] Remove defunct property. --- src/Controller/ErrorController.php | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/Controller/ErrorController.php b/src/Controller/ErrorController.php index 05cd0869547..9949c98a70f 100644 --- a/src/Controller/ErrorController.php +++ b/src/Controller/ErrorController.php @@ -23,13 +23,6 @@ */ class ErrorController extends Controller { -/** - * Uses Property - * - * @var array - */ - public $uses = array(); - /** * Constructor *