. */ namespace SP\Domain\Plugin\Ports; use Exception; /** * Class UpgradePlugin * * @package SP\Domain\Upgrade\Services */ interface UpgradePluginService { /** * upgrade_300_18010101 * * @throws Exception */ public function upgrade_310_19012201(): void; }