DormantInterface.php 99 B

12345678
  1. <?php
  2. namespace App\Interfaces;
  3. interface DormantInterface
  4. {
  5. function execute($gateToken);
  6. }