Beispiel #1
0
 public function progress($i, $max)
 {
     if ($i % 100 == 0) {
         Log::notice("progress: {$i}/{$max}");
     }
 }