diff --git a/src/Models/MenuItem.php b/src/Models/MenuItem.php index 24fb46e..8475ffc 100644 --- a/src/Models/MenuItem.php +++ b/src/Models/MenuItem.php @@ -33,6 +33,7 @@ class MenuItem extends Model { protected $guarded = []; + protected $with = ['linkable']; public function getTable(): string