Nav apraksta

Logging.php 364B

123456789101112131415
  1. <?php
  2. /*******************************************************************************
  3. * Copyright (c) 2019, Code Atlantic LLC
  4. ******************************************************************************/
  5. /**
  6. * Class PUM_Logging
  7. *
  8. * @since 1.7.0
  9. * @deprecated 1.8.0 Use PUM_Utils_Logging instead.
  10. */
  11. class PUM_Logging extends PUM_Utils_Logging {
  12. }