Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Fix: conflict with laravel framework #28

Merged
merged 2 commits into from
Nov 4, 2023
Merged

Conversation

tanhongit
Copy link
Member

No description provided.

function config(string $string): mixed
{
return (new ConfigHelper())->execConfig($string);
if (!class_exists('Illuminate\Foundation\Application')) {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Excluded if laravel framework

@tanhongit tanhongit merged commit 695c927 into cslant:main Nov 4, 2023
5 checks passed
@tanhongit tanhongit self-assigned this Jan 21, 2024
@tanhongit tanhongit added the bug Something isn't working label Jan 21, 2024
tanhongit added a commit to tanhongit/telegram-git-notifier that referenced this pull request May 16, 2024
Fix: conflict with laravel framework
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant