Total Complexity | 3 |
Total Lines | 25 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 0 |
1 | <?php |
||
10 | class ActivityLogController extends Controller |
||
11 | { |
||
12 | /** |
||
13 | * Create a new controller instance. |
||
14 | * |
||
15 | * @return void |
||
16 | */ |
||
17 | public function __construct() |
||
20 | } |
||
21 | |||
22 | /** |
||
23 | * Display index page and process dataTable ajax request. |
||
24 | * |
||
25 | * @param ActivityLogDataTable $dataTable |
||
26 | * @throws \Illuminate\Auth\Access\AuthorizationException |
||
27 | * @return \Illuminate\Http\JsonResponse|\Illuminate\View\View |
||
28 | */ |
||
29 | public function index(ActivityLogDataTable $dataTable) |
||
38 |