IResource.php 68 B

1234567891011
  1. <?php
  2. namespace Paystack\Interfaces;
  3. interface IResource
  4. {
  5. }
  6. ?>