1
0
Fork 0
mirror of synced 2025-04-20 01:21:01 +00:00

service location typo fix

This commit is contained in:
Pavel 2020-07-31 17:57:11 +03:00
parent 2d8704cca2
commit 67bad799d5

View file

@ -40,7 +40,7 @@ class CustomerBuilder implements BuilderInterface
*/
public function __construct()
{
$this->utils = ServiceLocator::get($this->utils->class);
$this->utils = ServiceLocator::get(Utils::class);
}
/**