Wallet.php 184 B

123456789
  1. <?php namespace Place_interface\Api;
  2. use Dever;
  3. use Place;
  4. use Place_interface\Lib\Core;
  5. class Wallet extends Core
  6. {
  7. protected $login = true;
  8. protected $entry = true;
  9. }