Skip to content

Commit

Permalink
Update LaravelConfigurator.php
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfy-j authored Jul 27, 2017
1 parent bf3d401 commit 2d44457
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/LODM/Laravel/LaravelConfigurator.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public function getConfig(?string $section = null) : array
/**
* {@inheritdoc}
*/
public function createInjection(\ReflectionClass $class, ?string $context = null)
public function createInjection(\ReflectionClass $class, string $context = null)
{
if (isset($this->configs[$class->getName()])) {
return $this->configs[$class->getName()];
Expand All @@ -92,4 +92,4 @@ public function flushCache()
{
$this->configs = [];
}
}
}

0 comments on commit 2d44457

Please sign in to comment.