File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 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)
3838 * Set IP attribute
3939 *
4040 * @param string $ip
41- * @return $this
41+ * @return self
4242 */
4343 public function withIP (string $ ip = null ): self
4444 {
@@ -51,7 +51,7 @@ public function withIP(string $ip = null): self
5151 * Set Session attribute
5252 *
5353 * @param string $session
54- * @return $this
54+ * @return self
5555 */
5656 public function withSession (string $ session = null ): self
5757 {
@@ -64,7 +64,7 @@ public function withSession(string $session = null): self
6464 * Set Custom Data attribute
6565 *
6666 * @param array $data
67- * @return $this
67+ * @return self
6868 */
6969 public function withData (array $ data ): self
7070 {
@@ -81,7 +81,7 @@ public function withData(array $data): self
8181 * Set User attribute
8282 *
8383 * @param Model $user
84- * @return $this
84+ * @return self
8585 */
8686 public function withUser (Model $ user = null ): self
8787 {
You can’t perform that action at this time.
0 commit comments