From 77aecaec9dd0e7935eb52d5e99bec170d530d6a9 Mon Sep 17 00:00:00 2001 From: Franz Liedke Date: Wed, 3 Jun 2015 03:19:32 +0200 Subject: [PATCH] Get rid of unneeded injected dependency. --- framework/core/src/Console/InstallCommand.php | 13 ------------- framework/core/src/Console/SeedCommand.php | 13 ------------- 2 files changed, 26 deletions(-) diff --git a/framework/core/src/Console/InstallCommand.php b/framework/core/src/Console/InstallCommand.php index d709e8013..a2f81479f 100644 --- a/framework/core/src/Console/InstallCommand.php +++ b/framework/core/src/Console/InstallCommand.php @@ -1,7 +1,6 @@ app = $app; - } - /** * Execute the console command. * diff --git a/framework/core/src/Console/SeedCommand.php b/framework/core/src/Console/SeedCommand.php index f8db5eee4..e05222310 100644 --- a/framework/core/src/Console/SeedCommand.php +++ b/framework/core/src/Console/SeedCommand.php @@ -1,7 +1,6 @@ app = $app; - } - /** * Execute the console command. *