From 5d0bb6c8ce5f4194a971bba04e8f37191daa260d Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Fri, 24 Feb 2017 15:20:49 +0000 Subject: [PATCH] print_r the syndication targets --- 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 d93612f9..0e494db1 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); + print_r($syndication); die(); $request->session()->put('syndication', $syndication);