CKEditor.php 232 B

123456789101112131415
  1. <?php
  2. /**
  3. * Created by PhpStorm
  4. * DateTime: 2022/10/14 19:08
  5. *
  6. * @description
  7. */
  8. namespace App\Admin\Extensions\Form;
  9. use Dcat\Admin\Form\Field;
  10. class CKEditor extends Field\Editor
  11. {
  12. protected $view = 'admin.ckeditor';
  13. }