datarecycle.php 182 B

1234567
  1. <?php
  2. return [
  3. 'Name' => 'Rule Name',
  4. 'Controller' => 'Controller',
  5. 'Data Table' => 'Corresponding data table',
  6. 'Primary Key' => 'Data table primary key',
  7. ];