| Total Complexity | 2 |
| Total Lines | 21 |
| Duplicated Lines | 0 % |
| Coverage | 0% |
| Changes | 0 | ||
| 1 | <?php |
||
| 8 | class ActivityLogController extends Controller |
||
| 9 | { |
||
| 10 | /** |
||
| 11 | * Create a new controller instance. |
||
| 12 | * |
||
| 13 | * @return void |
||
| 14 | */ |
||
| 15 | public function __construct() |
||
| 18 | } |
||
| 19 | |||
| 20 | /** |
||
| 21 | * Display index page and process dataTable ajax request. |
||
| 22 | * |
||
| 23 | * @param ActivityLogDataTable $dataTable |
||
| 24 | * @return \Illuminate\Http\JsonResponse|\Illuminate\View\View |
||
| 25 | */ |
||
| 26 | public function index(ActivityLogDataTable $dataTable) |
||
| 32 |