| Conditions | 1 |
| Paths | 1 |
| Total Lines | 6 |
| Code Lines | 3 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 37 | public function showWithSub(string $pageCategory, string $subCategory, string $pageFile): Response |
||
| 38 | { |
||
| 39 | $pageLanguage = ($pageArray = explode('.', $pageFile))[1]; |
||
| 40 | |||
| 41 | return response(view("habbo-web-pages.production.{$pageCategory}.{$subCategory}.{$pageLanguage}.{$pageArray[0]}")); |
||
| 42 | } |
||
| 43 | |||
| 58 |