selectFromDbById($id, Community::class); } public function getBySlug(string $slug): ?Community { return \Container::$persistentDataManager->selectFromDbBySlug($slug, Community::class); } }