Laravel-Backpack / NewsCRUD

An admin panel for news with categories and tags, using Backpack CRUD on Laravel 10
http://backpackforlaravel.com
Other
233 stars 51 forks source link

PHP 8 - Added return type to sluggable(): array #51

Closed mansourcodes closed 3 years ago

mansourcodes commented 3 years ago

original sluggable() function now has a return type of array so on laravel 8 + PHP 8 it shows an error

by adding :array the problem is solved

request-info[bot] commented 3 years ago

Hi there!

Could you please provide us with more info about this? Looks like you skipped the title/body.

Thank you!

-- Justin Case The Backpack Robot

tabacitu commented 3 years ago

Right right! Thanks guys, merged and tagged!