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 b2dfaea commit 2a148a9Copy full SHA for 2a148a9
src/Helpers/Keychain.php
@@ -16,6 +16,6 @@ abstract class Keychain implements KeychainInterface
16
*/
17
public static function default(SaloonRequest $request): Keychain
18
{
19
- //
+ return new static();
20
}
21
0 commit comments