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.
2 parents 94db6d2 + 7cbe73b commit 9387a89Copy full SHA for 9387a89
tests/Infra/TestCase.php
@@ -69,8 +69,5 @@ final protected function getEnvironmentSetUp($app): void
69
$config->set('wallet.transaction.table', 'transaction');
70
$config->set('wallet.transfer.table', 'transfer');
71
$config->set('wallet.wallet.table', 'wallet');
72
-
73
- $config->set('wallet.cache.driver', $config->get('cache.driver'));
74
- $config->set('wallet.lock.driver', $config->get('cache.driver'));
75
}
76
0 commit comments