From 40723450bafc23e66e90e7d2644386df39b19a44 Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Fri, 24 Feb 2017 14:19:01 +0000 Subject: [PATCH] Lets see what the syndication targets actually are --- app/Http/Controllers/MicropubClientController.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Http/Controllers/MicropubClientController.php b/app/Http/Controllers/MicropubClientController.php index 3ba59e54..b7eaa9c9 100644 --- a/app/Http/Controllers/MicropubClientController.php +++ b/app/Http/Controllers/MicropubClientController.php @@ -108,6 +108,7 @@ class MicropubClientController extends Controller } $body = (string) $response->getBody(); $syndication = $this->parseSyndicationTargets($body); + dd($syndication); $request->session()->put('syndication', $syndication);