From 07ee0a982f7887f3b93dfe56b5d7f0bbd4b52e80 Mon Sep 17 00:00:00 2001 From: Maciej Iwanowski Date: Tue, 14 Apr 2015 16:54:19 +0200 Subject: [PATCH] this property does not seem to be set or used anywhere in the application --- src/Application.php | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/Application.php b/src/Application.php index 96582406..2064f418 100644 --- a/src/Application.php +++ b/src/Application.php @@ -68,13 +68,6 @@ class Application extends Container implements ApplicationContract, HttpKernelIn */ protected $resourcePath; - /** - * The container instance. - * - * @var Container - */ - public $container; - /** * All of the loaded configuration files. *