Total Complexity | 3 |
Total Lines | 26 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
16 | class OrmBootstrapper extends AbterAdminOrmBootstrapper |
||
17 | { |
||
18 | /** @var array */ |
||
19 | protected $repoMappers = [ |
||
20 | FormRepo::class => [FormSqlDataMapper::class, Form::class], |
||
21 | ]; |
||
22 | |||
23 | /** |
||
24 | * @inheritdoc |
||
25 | */ |
||
26 | public function getBindings(): array |
||
29 | } |
||
30 | |||
31 | /** |
||
32 | * @inheritdoc |
||
33 | */ |
||
34 | public function registerBindings(IContainer $container) |
||
45 |