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.

14 lines
195B

  1. <?php
  2. namespace App\Kintone\Models;
  3. use Illuminate\Support\Facades\Auth;
  4. /**
  5. * アプリ名 銀行マスタ
  6. */
  7. class Bank extends KintoneModel
  8. {
  9. const CONFIG_KEY = "KINTONE_APP_BANK";
  10. }