Lets see what the syndication targets actually are

This commit is contained in:
Jonny Barnes 2017-02-24 14:19:01 +00:00
parent 2bdfa7b96c
commit 40723450ba

View file

@ -108,6 +108,7 @@ class MicropubClientController extends Controller
}
$body = (string) $response->getBody();
$syndication = $this->parseSyndicationTargets($body);
dd($syndication);
$request->session()->put('syndication', $syndication);