Total Complexity | 2 |
Total Lines | 13 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
8 | class Ghost |
||
9 | { |
||
10 | /** |
||
11 | * @return ContentApi|\Illuminate\Contracts\Foundation\Application|mixed |
||
12 | */ |
||
13 | 64 | public function content(array $params = []): ContentApi |
|
14 | { |
||
15 | 64 | return resolve(ContentApi::class, compact('params')); |
|
16 | } |
||
17 | |||
18 | 73 | public function admin(array $params = []): AdminApi |
|
21 | } |
||
22 | } |
||
23 |