You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
287B

  1. <?php
  2. namespace common\logic\User\CreditHistory\Event;
  3. use common\logic\Distribution\Distribution\Model\Distribution;
  4. use common\logic\User\CreditHistory\Model\CreditHistory;
  5. use yii\base\Event;
  6. class CreditHistoryCreateEvent extends Event
  7. {
  8. public CreditHistory $creditHistory;
  9. }