Lets see what the syndication targets actually are
This commit is contained in:
parent
2bdfa7b96c
commit
40723450ba
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);
|
||||||
|
dd($syndication);
|
||||||
|
|
||||||
$request->session()->put('syndication', $syndication);
|
$request->session()->put('syndication', $syndication);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue