| Total Complexity | 4 |
| Total Lines | 32 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 21 | class SecurityTxtController extends \Illuminate\Routing\Controller |
||
| 22 | { |
||
| 23 | /** |
||
| 24 | * Show the security.txt file. |
||
| 25 | * |
||
| 26 | * @return Response |
||
| 27 | */ |
||
| 28 | public function show() |
||
| 38 | ); |
||
| 39 | } |
||
| 40 | |||
| 41 | /** |
||
| 42 | * Redirect to the proper location of the security.txt file. |
||
| 43 | * |
||
| 44 | * @return Response |
||
| 45 | */ |
||
| 46 | public function redirect() |
||
| 55 |