Kyslik / column-sortable

Package for handling column sorting in Laravel 5/6/7/8
MIT License
644 stars 105 forks source link

update SortableLink.php on line 251 #210

Closed trisnolase closed 1 year ago

trisnolase commented 1 year ago

strlen($element)

strlen() function will show warning if element is null. it will work without warning if we checked $element before use strlen() function