File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -649,9 +649,9 @@ Now the generated slug will be translated by Translatable behavior
649
649
650
650
There are built-in slug handlers like described in configuration options of slug, but there
651
651
can be also customized slug handlers depending on use cases. Usually the most logic use case
652
- is for related slug. For instance if user has a ** ManyToOne relation to a ** Company** we
652
+ is for related slug. For instance if user has a ** ManyToOne** relation to a ** Company** we
653
653
would like to have a url like ` http://example.com/knplabs/gedi ` where ** KnpLabs**
654
- is a company and user name is ** Gedi** . In this case relation has a path separator ** /**
654
+ is a company and user name is ** Gedi** . In this case relation has a path separator ** /** .
655
655
656
656
User entity example:
657
657
You can’t perform that action at this time.
0 commit comments