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 738d38f commit 38980c4Copy full SHA for 38980c4
src/Robots.php
@@ -33,7 +33,7 @@ public function __construct(array $config)
33
34
protected function beforeRender() : void
35
{
36
- $this->template->robots = $this->robots;
+ $this->template->robots = $this->config;
37
}
38
39
public function render() : void
0 commit comments