We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaad815 commit 54a2356Copy full SHA for 54a2356
lib/internal/Magento/Framework/Profiler/Driver/Factory.php
@@ -63,7 +63,7 @@ public function create(array $config = null)
63
if (!$driver instanceof DriverInterface) {
64
throw new \InvalidArgumentException(
65
sprintf(
66
- "Driver class \"%s\" must implement \Magento\Framework\Profiler\DriverInterface.",
+ "Driver class \"%s\" must implement \Magento\Framework\Profiler\DriverInterface.",
67
get_class($driver)
68
)
69
);
0 commit comments