Skip to content

Commit 0a6cb9d

Browse files
author
Andrey Helldar
committed
Fixed variable
1 parent 9980aa7 commit 0a6cb9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Cashier/Driver.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
*/
1414
interface Driver
1515
{
16-
public function __construct(array $config);
16+
public function __construct(Config $config);
1717

1818
public function response(array $data, bool $mapping = true): Response;
1919

0 commit comments

Comments
 (0)