예제 #1
0
 protected function addToSearchQueue(SiteApplication $app)
 {
     $app->addToSearchQueue('post', $this->post->id);
     $app->addToSearchQueue('comment', $this->id);
 }