Skip to content

Commit 3d27963

Browse files
author
jc91715
authored
Update Robots.php
1 parent 3eb6544 commit 3d27963

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Robots.php

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ public function run()
2828
$reply=new Reply($message, $this->options);
2929
$reply->send();
3030
});
31+
$this->robot->messageExtension->load($this->options['load-extension']);
3132
$this->robot->server->serve();
3233
}
3334
}

0 commit comments

Comments
 (0)