Skip to content

Commit

Permalink
- some select fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Emre Akay committed Oct 9, 2024
1 parent 46dd3e0 commit c18bc8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Traits/Flexy.php
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ public function flexy(): Attribute
->on('ff_values.model_type', '=', 'ff_shapes.model_type');
})
->orderBy('ff_shapes.sort')
->select('ff_values.*', 'ff_shapes.sort')
->get();

$values->each(function ($value) {
Expand Down

0 comments on commit c18bc8f

Please sign in to comment.