Skip to content

Commit 8ac18b8

Browse files
authored
Update Jwt.php
1 parent e67d7e8 commit 8ac18b8

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/Service/Jwt.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,11 @@ public function __construct(App $app)
3333
$this->init();
3434
}
3535

36-
public function store(string $store)
36+
public function store(string $store): self
3737
{
3838
$this->store = $store;
39+
40+
return $this;
3941
}
4042

4143
public function getStore()

0 commit comments

Comments
 (0)