Proper test

This commit is contained in:
Jonny Barnes 2017-02-24 15:25:58 +00:00
parent 5d0bb6c8ce
commit f6dc82a7d6

View file

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