| Total Complexity | 3 |
| Total Lines | 38 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 14 | trait AppTrait |
||
| 15 | { |
||
| 16 | /** |
||
| 17 | * Register the values into the container |
||
| 18 | * |
||
| 19 | * @return void |
||
| 20 | */ |
||
| 21 | private function registerApp() |
||
| 31 | }); |
||
| 32 | } |
||
| 33 | |||
| 34 | /** |
||
| 35 | * Get the App instance |
||
| 36 | * |
||
| 37 | * @return App |
||
| 38 | */ |
||
| 39 | public function getApp() |
||
| 42 | } |
||
| 43 | |||
| 44 | /** |
||
| 45 | * Get the App bootstrap |
||
| 46 | * |
||
| 47 | * @return Bootstrap |
||
| 48 | */ |
||
| 49 | public function getBootstrap() |
||
| 54 |