print_r the syndication targets

This commit is contained in:
Jonny Barnes 2017-02-24 15:20:49 +00:00
parent 32b5b057fa
commit 5d0bb6c8ce

View file

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