Skip to content

Commit

Permalink
Update:update config doc
Browse files Browse the repository at this point in the history
  • Loading branch information
mehdi-fathi committed Nov 1, 2024
1 parent 8b4fee0 commit ce2f8bd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,14 @@
],
'filtering_keys' => [
],
/*
* Set salt for encode request.
*/
'request_salt' => function () {
return 1234;
},
/*
* Cast sign method is prefix name method for change data before filtering.
*/
'cast_method_sign' => 'filterSet'
];

0 comments on commit ce2f8bd

Please sign in to comment.