Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Fix: Call to undefined function str_limit() #1662

Merged
merged 1 commit into from Mar 31, 2021

Conversation

dedyksuntoro
Copy link
Contributor

Fix error Call to undefined function str_limit() when browse data child form
Replace echo "<td>".str_limit(strip_tags($row->$col), 50)."</td>"; with echo "<td>".Str::of(strip_tags($row->$col))->limit(50)."</td>";
Laravel 7+

Fix error Call to undefined function str_limit() when browse data child form
Replace echo "<td>".str_limit(strip_tags($row->$col), 50)."</td>"; with echo "<td>".Str::of(strip_tags($row->$col))->limit(50)."</td>";
Laravel 7+
@fherryfherry fherryfherry merged commit 589f6e5 into crocodic-studio:v5.5 Mar 31, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
2 participants