Platform.php 128 B

123456789
  1. <?php namespace Api\Manage\Api;
  2. use Dever;
  3. class Platform
  4. {
  5. public function test()
  6. {
  7. return 122;
  8. }
  9. }