Skip to content

Commit

Permalink
Fixes typo and remove unused variable.
Browse files Browse the repository at this point in the history
Signed-off-by: crynobone <crynobone@gmail.com>
  • Loading branch information
crynobone committed Jan 19, 2015
1 parent ca2179e commit 63cf5f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Config/Console/ConfigCacheCommand.php
Expand Up @@ -18,7 +18,7 @@ protected function getFreshConfiguration()

$files = array_merge(
$app['config']->get('compile.config', []),
$this->getConfigurationFiles($app)
$this->getConfigurationFiles()
);

foreach ($files as $file) {
Expand Down Expand Up @@ -55,7 +55,7 @@ protected function parseFreshConfiguration(array $config)
}

/**
* Set the "real" session driver on the configuratoin array.
* Set the "real" session driver on the configuration array.
*
* Typically the SessionManager forces the driver to "array" in CLI environment.
*
Expand Down

0 comments on commit 63cf5f8

Please sign in to comment.