예제 #1
0
 /**
  * Get logs statistics table.
  *
  * @param  string|null  $locale
  *
  * @return Tables\StatsTable
  */
 public function statsTable($locale = null)
 {
     return $this->factory->statsTable($locale);
 }