Exemplo n.º 1
0
 /**
  * Compile the replica count.
  *
  * @param  Blueprint $blueprint
  * @return array
  */
 public function compileReplicas(Blueprint $blueprint)
 {
     return $this->compile('number_of_replicas', $blueprint->getReplicas());
 }