inc/managers/SEO/render/Thing/Intangible/Quantity/Duration.php
@@ -10,6 +10,11 @@ class Duration extends Thing { public function __construct(string $duration) { $this->duration = date('c', $duration); } /** * @var string Duration (use ISO 8601 duration format). */