EditorWidget.php 197 B

123456789101112131415
  1. <?php
  2. /**
  3. * Created by PhpStorm.
  4. * User: NODELOG
  5. * Date: 16/7/16
  6. * Time: 上午1:57
  7. */
  8. namespace common\widgets;
  9. //别名
  10. class EditorWidget extends \common\widgets\editor\EditorWidget
  11. {
  12. }