Laraveldaily\Quickadmin\Controllers\UserActionsController::index PHP Method

index() public method

Show User actions log
public index ( ) : Response
return Response
    public function index()
    {
        return view('qa::logs.index');
    }
UserActionsController