| Total Complexity | 2 | 
| Total Lines | 28 | 
| Duplicated Lines | 0 % | 
| Changes | 1 | ||
| Bugs | 0 | Features | 0 | 
| 1 | <?php  | 
            ||
| 15 | class MigrationsBootstrapper extends Bootstrapper implements ILazyBootstrapper  | 
            ||
| 16 | { | 
            ||
| 17 | /**  | 
            ||
| 18 | * @return array  | 
            ||
| 19 | */  | 
            ||
| 20 | public function getBindings(): array  | 
            ||
| 24 | ];  | 
            ||
| 25 | }  | 
            ||
| 26 | |||
| 27 | /**  | 
            ||
| 28 | * @param IContainer $container  | 
            ||
| 29 | *  | 
            ||
| 30 | * @throws \Opulence\Ioc\IocException  | 
            ||
| 31 | */  | 
            ||
| 32 | public function registerBindings(IContainer $container)  | 
            ||
| 45 |