platform_convert.php 161 B

123456789101112
  1. <?php
  2. return array
  3. (
  4. 'update' => array
  5. (
  6. 'field' => array
  7. (
  8. 'before',
  9. 'after',
  10. ),
  11. ),
  12. );