Skip to content

Commit

Permalink
fix(*): Fixed test loader un replace plus.yml configures
Browse files Browse the repository at this point in the history
  • Loading branch information
medz committed Jul 25, 2018
1 parent fc25162 commit 31c7523
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions app/Bootstrap/LoadConfiguration.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,6 @@ public function __construct(Application $app, Configuration $configuration)
*/
public function handle()
{
static $loaded = false;
if ($loaded) {
return;
}

$this->app->config->set(
$this->configuration->getConfigurationBase()
);
Expand All @@ -62,7 +57,5 @@ public function handle()
});

date_default_timezone_set($config->get('app.timezone', 'UTC'));

$loaded = true;
}
}

0 comments on commit 31c7523

Please sign in to comment.