From c932ed4b211fa7497a217a8f7af910f437cbaf33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Pel=C3=AD=C5=A1ek?= Date: Wed, 18 Apr 2018 16:08:46 +0200 Subject: [PATCH] Update Robots.php --- src/Robots.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Robots.php b/src/Robots.php index cf6671f..05f04b4 100644 --- a/src/Robots.php +++ b/src/Robots.php @@ -21,6 +21,8 @@ final class Robots extends BaseComponent public function __construct(array $robots) { + parent::__construct(); + $this->robots = $robots; }