diff --git a/src/Drivers/ImageDriver.php b/src/Drivers/ImageDriver.php index 8e23120..fa62d30 100644 --- a/src/Drivers/ImageDriver.php +++ b/src/Drivers/ImageDriver.php @@ -29,7 +29,7 @@ public function extension(): string public function match($expected, $actual) { if (! class_exists(Pixelmatch::class)) { - throw new Exception('The spatie/pixelmatch package is not installed. Please install it to enable image comparison.'); + throw new Exception('The spatie/pixelmatch-php package is not installed. Please install it to enable image comparison.'); } $tempPath = sys_get_temp_dir();