コード例 #1
0
ファイル: BackgroundImage.php プロジェクト: dwoodard/IserveU
 public function random()
 {
     return BackgroundImage::orderByRaw("RAND()")->active()->first();
 }