コード例 #1
0
ファイル: RecursiveOneX.php プロジェクト: callcolor/PHRETS
 /**
  * @param Results $big
  * @param Results $small
  * @return bool
  */
 protected function isPaginationBroken(Results $big, Results $small)
 {
     return $big->first()->toArray() == $small->first()->toArray();
 }