afa 7 månader sedan
förälder
incheckning
02a6ccc404
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      application/common/model/LedgerWalletModel.php

+ 1 - 1
application/common/model/LedgerWalletModel.php

@@ -81,7 +81,7 @@ class LedgerWalletModel extends Model
                 $changeModel = new LedgerTokenChangeModel();
                 break;
             case Asset::TEAC:
-                $changeModel = new LedgerTokenChangeModel();
+                $changeModel = new LedgerTeacChangeModel();
                 break;
             case Asset::SMH:
                 $changeModel = new LedgerSmhChangeModel();