adminarchitect / core

AdminArchitect - Active Admin for Laravel
http://adminarchitect.com
MIT License
211 stars 66 forks source link

Use null coalesce operator in favour of deprecated or #38

Closed dinandmentink closed 6 years ago

dinandmentink commented 6 years ago

As per https://laravel.com/docs/5.7/upgrade the blade {{ or }} operator is deprecated in favour of PHPs own ?? 'null coalesce operator'.

I've been running adminarchitec fine on laravel 5.7 so far. Apart from this one file where the or operator is used. The end result is all index pages showing only 1 1 1 1 instead of actual rows.