BindFileService.php 184 B

12345678910
  1. <?php
  2. namespace App\Service\Typo3;
  3. class BindFileService
  4. {
  5. public function registerSubdomain(string $subdomain) {
  6. throw new \RuntimeException('not implemented');
  7. }
  8. }