コード例 #1
0
 /**
  * Execute the command.
  *
  * @return void
  */
 public function handle()
 {
     Comment::create(['post_id' => $this->post_id, 'parent_id' => $this->parent_id, 'author' => $this->author, 'email' => $this->email, 'content' => $this->content]);
 }