Skip to content

Commit 426623e

Browse files
authored
Merge pull request yajra#1 from RuiGau/patch-1
Update html-builder-table.md
2 parents b08f656 + e86fadb commit 426623e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

html-builder-table.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ On your `resources/views/users/index.blade.php`.
3434
@extends('app')
3535

3636
@section('contents')
37-
{!! $html->table(['class' => 'table table-bordered', true]) !!}
37+
   {!! $html->table(['class' => 'table table-bordered'], true) !!}
3838
@endsection
3939

4040
@push('scripts')

0 commit comments

Comments
 (0)