Platform.php 192 B

123456789
  1. <?php namespace Api\Manage\Lib;
  2. use Dever;
  3. class Platform
  4. {
  5. public function getId()
  6. {
  7. return Dever::load(\Manage\Lib\Util::class)->request('platform_id', 'id');
  8. }
  9. }