Skip to content

Commit

Permalink
fix docblock for wasRecentlyCreated (#49208)
Browse files Browse the repository at this point in the history
  • Loading branch information
stancl authored Dec 1, 2023
1 parent 8b94c3e commit a91c3f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Database/Eloquent/Model.php
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ abstract class Model implements Arrayable, ArrayAccess, CanBeEscapedWhenCastToSt
public $exists = false;

/**
* Indicates if the model was inserted during the current request lifecycle.
* Indicates if the model was inserted during the object's lifecycle.
*
* @var bool
*/
Expand Down

0 comments on commit a91c3f4

Please sign in to comment.