Skip to content

Commit

Permalink
Remove Repository injection
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrooksuk committed Jan 2, 2017
1 parent 7879869 commit 59d5387
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions app/Console/Commands/InstallCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

namespace CachetHQ\Cachet\Console\Commands;

use CachetHQ\Cachet\Settings\Repository;
use Dotenv\Dotenv;
use Dotenv\Exception\InvalidPathException;
use Illuminate\Console\Command;
Expand All @@ -37,27 +36,6 @@ class InstallCommand extends Command
*/
protected $description = 'Install Cachet';

/**
* The settings repository.
*
* @var \CachetHQ\Cache\Settings\Repository
*/
protected $settings;

/**
* Create a new demo seeder command instance.
*
* @param \CachetHQ\Cache\Settings\Repository $settings
*
* @return void
*/
public function __construct(Repository $settings)
{
parent::__construct();

$this->settings = $settings;
}

/**
* Execute the console command.
*
Expand Down

0 comments on commit 59d5387

Please sign in to comment.