<?php namespace App\Module\Fund; class CoreService { protected function getModuleName(): string { return 'Fund'; } }