Kyslik / column-sortable

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

update SortableLink.php on line 251 #211

Closed trisnolase closed 1 year ago

trisnolase commented 1 year ago

strlen($element)

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