| Total Complexity | 3 |
| Total Lines | 23 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 8 | class StoryblokController |
||
| 9 | { |
||
| 10 | /** |
||
| 11 | * Loads a story rendering the content in the matched view. |
||
| 12 | * |
||
| 13 | * @param string $slug |
||
| 14 | * @return \Illuminate\View\View |
||
| 15 | * @throws \Exception |
||
| 16 | */ |
||
| 17 | public function show($slug = 'home'): \Illuminate\View\View |
||
| 20 | } |
||
| 21 | |||
| 22 | /** |
||
| 23 | * Deletes the cached API responses |
||
| 24 | */ |
||
| 25 | public function destroy(): void |
||
| 34 |