1 | <?php |
||
16 | final class DoctrineMappingsCompilerPass implements CompilerPassInterface |
||
17 | { |
||
18 | /** |
||
19 | * Process Doctrine mappings based on gesdinet_jwt_refresh_token.refresh_token_entity config parameter. |
||
20 | * If this parameter contains user-defined entity, RefreshToken will be registered as a mapped superclass, not as an |
||
21 | * entity, to prevent Doctrine creating table for it and avoid conflicts with user-defined entity. |
||
22 | * |
||
23 | * @param ContainerBuilder $container |
||
24 | */ |
||
25 | public function process(ContainerBuilder $container) |
||
40 | } |
||
41 |