Esempio n. 1
0
 /**
  * Get the index name.
  *
  * @param  Blueprint  $blueprint
  * @return string
  */
 public function getIndexName(Blueprint $blueprint)
 {
     return $this->getIndexPrefix() . $blueprint->getIndex();
 }