service location typo fix
This commit is contained in:
parent
2d8704cca2
commit
67bad799d5
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ class CustomerBuilder implements BuilderInterface
|
|||
*/
|
||||
public function __construct()
|
||||
{
|
||||
$this->utils = ServiceLocator::get($this->utils->class);
|
||||
$this->utils = ServiceLocator::get(Utils::class);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue