| Conditions | 1 |
| Paths | 1 |
| Total Lines | 13 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 54 | private function get_service_container() { |
||
| 55 | |||
| 56 | $services = new Container(); |
||
| 57 | |||
| 58 | // Settings & Settings Page |
||
| 59 | // $services->add_service( SettingsPage::class ); |
||
| 60 | // $services->add_service( SettingsManager::class ); |
||
| 61 | |||
| 62 | // Roles |
||
| 63 | // $services->add_service( Administrator::class ); |
||
| 64 | |||
| 65 | return $services; |
||
| 66 | } |
||
| 67 | } |