backport icon indicating copy to clipboard operation
backport copied to clipboard

Fix getAppVersion()

Open tralves opened this issue 7 years ago • 0 comments

The PR https://github.com/laravel-notification-channels/backport/pull/12 has a bug, at least in my lumen (5.1.7).

Fixes a Too few arguments to function array_first() error. In Lumen 5.1.7, array_first requires 2 arguments.

tralves avatar Sep 20 '18 15:09 tralves