Skip to content

Commit a91c3f4

Browse files
authored
fix docblock for wasRecentlyCreated (#49208)
1 parent 8b94c3e commit a91c3f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Database/Eloquent/Model.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ abstract class Model implements Arrayable, ArrayAccess, CanBeEscapedWhenCastToSt
106106
public $exists = false;
107107

108108
/**
109-
* Indicates if the model was inserted during the current request lifecycle.
109+
* Indicates if the model was inserted during the object's lifecycle.
110110
*
111111
* @var bool
112112
*/

0 commit comments

Comments
 (0)