Skip to content

Commit 3910d49

Browse files
authored
Merge pull request #13 from khaicm-0897/feture.new.update_readme_file
# Update function logput, add link manual to wiki in README
2 parents 744ed29 + 86895ba commit 3910d49

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,8 @@ class AuthController extends Controller
141141
*/
142142
public function logout(Request $request)
143143
{
144+
auth('api')->logout();
145+
144146
return response()->noContent();
145147
}
146148

@@ -268,3 +270,5 @@ class AuthController extends Controller
268270
}
269271

270272
```
273+
274+
## For more details please see detailed explanation in the [Wiki](https://github.com/sun-asterisk/tech-standard-php-auth/wiki)

0 commit comments

Comments
 (0)