Skip to content

Commit f3b02e6

Browse files
committed
Fix WkhtmltopdfDriver class name
Signed-off-by: Dennis Koch <[email protected]>
1 parent d7820cf commit f3b02e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Drivers/WkhtmltopdfDriver.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
use Symfony\Component\Process\Exception\ProcessFailedException;
88
use Symfony\Component\Process\Process;
99

10-
class WkhtmltopdfAdapter implements Driver
10+
class WkhtmltopdfDriver implements Driver
1111
{
1212
protected Page $page;
1313

0 commit comments

Comments
 (0)