/**
  * Execute the console command.
  *
  * @return mixed
  */
 public function handle()
 {
     Board::createStatsSnapshots();
 }
예제 #2
0
 /**
  * Execute the console command.
  *
  * @return mixed
  */
 public function handle()
 {
     // Generate an activity snapshot.
     Board::createStatsSnapshots();
 }
예제 #3
0
 /**
  * Execute the console command.
  *
  * @return mixed
  */
 public function handle()
 {
     // Generate an activity snapshot.
     Board::createStatsSnapshots();
     Board::getBoardsForBoardlist(0, null, true);
 }