CoreService.php 142 B

1234567891011121314
  1. <?php
  2. namespace App\Module\Fund;
  3. class CoreService
  4. {
  5. protected function getModuleName(): string
  6. {
  7. return 'Fund';
  8. }
  9. }