コード例 #1
0
ファイル: Grammar.php プロジェクト: saulolozano/Stretchy
 /**
  * Compile the shard count.
  *
  * @param  Blueprint $blueprint
  * @return array
  */
 public function compileShards(Blueprint $blueprint)
 {
     return $this->compile('number_of_shards', $blueprint->getShards());
 }