environment ? $this->writableBase() . '/cache' : parent::getCacheDir(); } public function getLogDir(): string { return 'prod' === $this->environment ? $this->writableBase() . '/log' : parent::getLogDir(); } }