Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Drivers/ImageDriver.php
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down