mirror of https://github.com/pixelfed/pixelfed
fix: replace str_random/str_limit/str_slug in Blade templates and tests
These deprecated helpers will throw 'undefined function' errors at runtime since laravel/helpers was removed. Replace with Str::random(), Str::limit(), and Str::slug() respectively.pull/6825/head
parent
00328845c9
commit
30db57448f
Loading…
Reference in New Issue