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.

17 line
335B

  1. <?php
  2. namespace App\Http\Controllers\Web\KintoneWebHook;
  3. use App\Kintone\Models\SeasonTicketContractSelection;
  4. class SeasonTicketContractSelectionController extends KintoneWebHookController
  5. {
  6. // protected SeasonTicketContractSelection $kintoneModel;
  7. protected function handle()
  8. {
  9. logger("OK WEBHOOK");
  10. }
  11. }