Skip to content

Commit c932ed4

Browse files
authored
Update Robots.php
1 parent e9425a0 commit c932ed4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Robots.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ final class Robots extends BaseComponent
2121

2222
public function __construct(array $robots)
2323
{
24+
parent::__construct();
25+
2426
$this->robots = $robots;
2527
}
2628

0 commit comments

Comments
 (0)