Beispiel #1
0
 /**
  * Create log on database
  * @return bool
  */
 public function make()
 {
     if ($this->verifyExistence() === true) {
         return false;
     }
     Notification::Slack(array_merge($this->container, ['site' => $this->site]));
     $this->StorageDriver->insert($this->container);
 }