Skip to content

Commit

Permalink
bugs fixed options more than 1
Browse files Browse the repository at this point in the history
  • Loading branch information
manusiakemos committed Jul 9, 2024
1 parent 0ac525b commit eba225a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/_options.blade.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
public $options = [
@foreach($fields as $column)
'{{$column['column']}}' => []
'{{$column['column']}}' => [],
@endforeach
];

0 comments on commit eba225a

Please sign in to comment.