File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ public function __construct(protected Model $model)
38
38
* Set IP attribute
39
39
*
40
40
* @param string $ip
41
- * @return $this
41
+ * @return self
42
42
*/
43
43
public function withIP (string $ ip = null ): self
44
44
{
@@ -51,7 +51,7 @@ public function withIP(string $ip = null): self
51
51
* Set Session attribute
52
52
*
53
53
* @param string $session
54
- * @return $this
54
+ * @return self
55
55
*/
56
56
public function withSession (string $ session = null ): self
57
57
{
@@ -64,7 +64,7 @@ public function withSession(string $session = null): self
64
64
* Set Custom Data attribute
65
65
*
66
66
* @param array $data
67
- * @return $this
67
+ * @return self
68
68
*/
69
69
public function withData (array $ data ): self
70
70
{
@@ -81,7 +81,7 @@ public function withData(array $data): self
81
81
* Set User attribute
82
82
*
83
83
* @param Model $user
84
- * @return $this
84
+ * @return self
85
85
*/
86
86
public function withUser (Model $ user = null ): self
87
87
{
You can’t perform that action at this time.
0 commit comments