Skip to content

Commit 18377d2

Browse files
committed
little fix on readme ;)
just a little fix in 'req.disable.cweblogroute'
1 parent 11a7cb0 commit 18377d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -981,7 +981,7 @@ $this->onRest('req.event.logger', function($event, $category='application',$igno
981981
*
982982
* @return (Bool) true (default) to disable CWebLogRoute, false to allow
983983
*/
984-
$this->onRest('req.auth.username', function(){
984+
$this->onRest('req.disable.cweblogroute', function(){
985985
return true;
986986
});
987987
```

0 commit comments

Comments
 (0)