Пример #1
0
 /**
  * Replaces the table prefix placeholder with actual one.
  *
  * @param  string $query
  * @return string
  */
 protected function replacePrefix($query)
 {
     return $this->connection->replacePrefix($query);
 }