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 9980aa7 commit 0a6cb9dCopy full SHA for 0a6cb9d
src/Cashier/Driver.php
@@ -13,7 +13,7 @@
13
*/
14
interface Driver
15
{
16
- public function __construct(array $config);
+ public function __construct(Config $config);
17
18
public function response(array $data, bool $mapping = true): Response;
19
0 commit comments