示例#1
0
 /**
  * Handles the project.
  * @return null|string
  */
 public function handle()
 {
     if ($this->project->isShowAtShortcode() || $this->project->isShowAtPopup()) {
         return $this->build();
     }
     $this->listen();
     return null;
 }