Skip to content

Commit efd3ba5

Browse files
committed
toArray() to all()
1 parent 750f7f6 commit efd3ba5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/_layouts/documentation.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@
199199
@endif
200200

201201
@if($page->features)
202-
@include('_partials.feature-badges', $page->features->toArray())
202+
@include('_partials.feature-badges', $page->features->all())
203203
@endif
204204

205205
@yield('content')

0 commit comments

Comments
 (0)