print_r the syndication targets
This commit is contained in:
parent
32b5b057fa
commit
5d0bb6c8ce
1 changed files with 1 additions and 0 deletions
|
@ -108,6 +108,7 @@ class MicropubClientController extends Controller
|
||||||
}
|
}
|
||||||
$body = (string) $response->getBody();
|
$body = (string) $response->getBody();
|
||||||
$syndication = $this->parseSyndicationTargets($body);
|
$syndication = $this->parseSyndicationTargets($body);
|
||||||
|
print_r($syndication); die();
|
||||||
|
|
||||||
$request->session()->put('syndication', $syndication);
|
$request->session()->put('syndication', $syndication);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue