コード例 #1
0
 /**
  * Remember that a notification is sent today
  * @return void
  */
 private function toggleSentNotification()
 {
     $config = $this->config->first();
     $config->notified_today = 1;
     $config->save();
 }