Total Complexity | 2 |
Total Lines | 17 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
7 | class LogsController extends Controller |
||
8 | { |
||
9 | /** |
||
10 | * @return \Illuminate\Contracts\Foundation\Application|\Illuminate\Contracts\View\Factory|\Illuminate\Contracts\View\View|\Illuminate\Foundation\Application|null |
||
11 | * @throws \Psr\Container\ContainerExceptionInterface |
||
12 | * @throws \Psr\Container\NotFoundExceptionInterface |
||
13 | */ |
||
14 | public function index( |
||
26 |