Skip to content

Commit 38980c4

Browse files
authored
Update Robots.php
1 parent 738d38f commit 38980c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Robots.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public function __construct(array $config)
3333

3434
protected function beforeRender() : void
3535
{
36-
$this->template->robots = $this->robots;
36+
$this->template->robots = $this->config;
3737
}
3838

3939
public function render() : void

0 commit comments

Comments
 (0)