Skip to content

Conversation

@linw2015
Copy link

@linw2015 linw2015 commented Sep 18, 2023

修复Alb的addEntriesToAcl调用报错。

修复前如下调用时:

Alb::v20200616()->addEntriesToAcl()
    ->withAclId("xxx")
    ->withAclEntries([
        [
            "Entry" => "xxx",
            "Description" => "xxx"
        ]
    ]);

报错:

In Sign.php line 96: urlencode() expects parameter 1 to be string, array given

@CLAassistant
Copy link

CLAassistant commented Sep 18, 2023

CLA assistant check
All committers have signed the CLA.

@linw2015 linw2015 changed the title Alb addEntriesToAcl() bug Alb addEntriesToAcl() bug fix Sep 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants