Skip to content

Commit 394d648

Browse files
josip-miloticjmilotic
andauthored
Eager load plain type for selection type (#73)
Co-authored-by: jmilotic <josip.milotic@asseco-see.hr>
1 parent 52c8d8a commit 394d648

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App/Models/SelectionType.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class SelectionType extends ParentType implements \Asseco\CustomFields\App\Contr
2121

2222
protected $appends = ['name'];
2323

24-
protected $with = ['values'];
24+
protected $with = ['values', 'type'];
2525

2626
protected static function newFactory()
2727
{

0 commit comments

Comments
 (0)