antonioribeiro / health

Laravel Health Panel
BSD 3-Clause "New" or "Revised" License
1.94k stars 198 forks source link

small fix for laravel 6 compatibility #167

Closed nadafarouk closed 4 years ago

nadafarouk commented 4 years ago

after upgrading to laravel 6 i got two exceptions 1.Call to undefined function PragmaRX\Health\Checkers\array_get() .

  1. Call to undefined function PragmaRX\Health\Notifications\studly_case() So i made this PR to fix these problems . please let me know if i'm doing anything wrong Thanks in advance.
dmason30 commented 4 years ago

@antonioribeiro Please can we get this merged in?

Can also be worked around for now by installing https://github.com/laravel/helpers in my project but I would prefer to have this resolved if possible?

Thanks in advance!