A bare bones front-end for knockout designed for maximum compatibility with "obsolete" browsers
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

17 行
203B

  1. <?php
  2. namespace App\Events;
  3. class ExampleEvent extends Event
  4. {
  5. /**
  6. * Create a new event instance.
  7. *
  8. * @return void
  9. */
  10. public function __construct()
  11. {
  12. //
  13. }
  14. }