Skip to content

Commit ec5e519

Browse files
committed
:octocat: leftover
1 parent bbcc14e commit ec5e519

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/create-description.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
foreach(getProviders(__DIR__.'/../src/Providers') as $p){
3535
/** @var \OAuthExampleProviderFactory $factory */
36-
$provider = $factory->getProvider($p['fqcn'], '', OAuthExampleProviderFactory::STORAGE_MEMORY);
36+
$provider = $factory->getProvider($p['fqcn'], OAuthExampleProviderFactory::STORAGE_MEMORY);
3737

3838
$oauth = match(true){
3939
$provider instanceof OAuth2Interface => '2',

0 commit comments

Comments
 (0)