Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Jun 21, 2023
1 parent ff46827 commit a691f53
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/FeatureManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit a691f53

Please sign in to comment.