Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Bug when loading config from a plugin #58

Closed
malukenho opened this issue Nov 18, 2020 · 0 comments · Fixed by #70
Closed

Bug when loading config from a plugin #58

malukenho opened this issue Nov 18, 2020 · 0 comments · Fixed by #70
Assignees
Labels
bug Something isn't working
Milestone

Comments

@malukenho
Copy link
Member

$configFiles = current(array_filter([                                                                                       
    $dir . '/../../../../.xulieta.xml',
    $dir . '/../../../.xulieta.xml',
    $dir . '/../../.xulieta.xml',
    $dir . '/../.xulieta.xml',
    $dir . '/.xulieta.xml',
], 'is_file'));
@malukenho malukenho added the bug Something isn't working label Nov 18, 2020
@malukenho malukenho added this to the 1.0.0 milestone Nov 18, 2020
@malukenho malukenho self-assigned this Nov 18, 2020
@malukenho malukenho linked a pull request Mar 15, 2021 that will close this issue
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant