Skip to content

Commit 54a2356

Browse files
authored
Update Factory.php
1 parent aaad815 commit 54a2356

File tree

1 file changed

+1
-1
lines changed
  • lib/internal/Magento/Framework/Profiler/Driver

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/Profiler/Driver/Factory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public function create(array $config = null)
6363
if (!$driver instanceof DriverInterface) {
6464
throw new \InvalidArgumentException(
6565
sprintf(
66-
"Driver class \"%s\" must implement \Magento\Framework\Profiler\DriverInterface.",
66+
"Driver class \"%s\" must implement \Magento\Framework\Profiler\DriverInterface.",
6767
get_class($driver)
6868
)
6969
);

0 commit comments

Comments
 (0)