Example #1
0
 /**
  * Parse the includees from the query string
  */
 protected function parseIncludes()
 {
     if ($this->query->has('includes')) {
         $this->query->setIncludes(explode(',', $this->query->getRaw('includes')));
     }
 }