Total Complexity | 1 |
Total Lines | 16 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
20 | class ReportsController extends Controller |
||
21 | { |
||
22 | // Public Methods |
||
23 | // ========================================================================= |
||
24 | |||
25 | /** |
||
26 | * Returns the insights report. |
||
27 | * |
||
28 | * @return Response |
||
29 | * @throws \GuzzleHttp\Exception\GuzzleException |
||
30 | */ |
||
31 | public function actionGetInsightsReport(): Response |
||
38 |