We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9425a0 commit c932ed4Copy full SHA for c932ed4
src/Robots.php
@@ -21,6 +21,8 @@ final class Robots extends BaseComponent
21
22
public function __construct(array $robots)
23
{
24
+ parent::__construct();
25
+
26
$this->robots = $robots;
27
}
28
0 commit comments