event.php 101 B

1234567
  1. <?php
  2. return [
  3. "clear-upload" => [
  4. [\app\event\ClearUpload::class,"clearData"]
  5. ]
  6. ];