<?php namespace App\Service\Typo3; class BindFileService { public function registerSubdomain(string $subdomain) { throw new \RuntimeException('not implemented'); } }