Migrations.php 169 B

12345678910111213
  1. <?php
  2. /**
  3. * 后台系统配置模型
  4. */
  5. namespace plugin\curd\model;
  6. use laytp\BaseModel;
  7. class Migrations extends BaseModel
  8. {
  9. protected $name = 'migrations';
  10. }