From a691f53d64b9516f7ab996c1171e50b903a790ca Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Wed, 21 Jun 2023 19:16:42 -0400 Subject: [PATCH] wip --- src/FeatureManager.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/FeatureManager.php b/src/FeatureManager.php index ad1e627..db9dbba 100644 --- a/src/FeatureManager.php +++ b/src/FeatureManager.php @@ -46,7 +46,7 @@ class FeatureManager protected $defaultScopeResolver; /** - * Determine if the morph map should be used when serializing. + * Indicates if the Eloquent "morph map" should be used when serializing. * * @var bool */ @@ -192,8 +192,9 @@ public function serializeScope($scope) } /** - * Use the morph map when serializing. + * Specify that the Eloquent morph map should be used when serializing. * + * @param bool $value * @return $this */ public function useMorphMap($value = true)