Beispiel #1
0
 protected function period($beforebefore, $before)
 {
     $circles = AccountC::where('time', '>=', $beforebefore)->where('time', '<=', $before)->orderBy('id', 'desc')->get();
     return $circles;
 }