From e35b049df539e60b28909daf8ce05b4451ba54f6 Mon Sep 17 00:00:00 2001 From: Kevin J Hoerr Date: Wed, 5 Jul 2017 20:55:44 -0400 Subject: Changed cred to disappearable object, fix compile errors --- private/view/Result.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'private/view/Result.php') diff --git a/private/view/Result.php b/private/view/Result.php index a86a5bd..2d12c28 100644 --- a/private/view/Result.php +++ b/private/view/Result.php @@ -15,7 +15,7 @@ class Result /** * Prepares the output and environment for the front end of the service. * - * @param \Connection $connection "needs to know" model exists + * @param model\Connection $connection "needs to know" model exists * * @return Result */ @@ -23,6 +23,7 @@ class Result { header("Content-Type: application/json"); // + return $this; } /** -- cgit