equal
deleted
inserted
replaced
45 $this->httpClient = $httpClient; |
45 $this->httpClient = $httpClient; |
46 parent::__construct(); |
46 parent::__construct(); |
47 } |
47 } |
48 |
48 |
49 private function registerHandle($doc) { |
49 private function registerHandle($doc) { |
50 $this->handleClient->createHandleUrlRecord($doc->getId(), config('app.url')."/docs/".$doc->getId()); |
50 $this->handleClient->createHandleUrlRecord($doc->getId(), config('app.url')."/docs/".$doc->getId(), $doc->getTitle()); |
51 } |
51 } |
52 |
52 |
53 /** |
53 /** |
54 * Execute the console command. |
54 * Execute the console command. |
55 * |
55 * |