laravel-admin-extensions / redis-manager

Redis manager for laravel-admin
http://laravel-admin.org/
MIT License
103 stars 47 forks source link

Fixed value showed always was 1 when editing #17

Closed ZealousLyon closed 5 years ago

ZealousLyon commented 5 years ago

In Upgrade Notes,Laravel 5.7+ has removed the Blade "or" operator,PHP's built-in ?? "null coalesce" operator suggested. This only works for PHP7+.

z-song commented 5 years ago

Thanks!