File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,8 @@ If you want you can use the [facade](http://laravel.com/docs/facades). Add the r
3535##### setup in model
3636To use new trait token you need to do some changes in the model that contain the token column.
3737##### One Column Token
38- #####One token Trait allow you to generate token for one columns in the table
38+
39+ #####One token Trait allow you to generate token for one columns in the table
3940
4041* To use one column token you need to add `` use DirapeToken; `` in the model .
4142* In database we use default column called `` dt_token `` to replace with your column name add `` protected $DT_Column='column_name'; `` in the model .
@@ -76,6 +77,7 @@ To use new trait token you need to do some changes in the model that contain the
7677 $user=User::WithToken(false)->get();
7778 ```
7879##### Multi Column Token
80+
7981#####Multi token allow you to generate tokens for multi columns in the same table
8082
8183 * To use multi column token you need to add `` use DirapeMultiToken; `` in the model .
You can’t perform that action at this time.
0 commit comments