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