Skip to content

Missing dot before "default" #202

Closed
Closed
@nodjaja

Description

@nodjaja

if (empty(config('wechat.'.$name.'default'))) {

Should be:

if (empty(config('wechat.'.$name.'.default'))) {

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions