aboutsummaryrefslogtreecommitdiff
path: root/private/view/Result.php
diff options
context:
space:
mode:
authorKevin J Hoerr <kjhoerr@protonmail.com>2017-07-05 20:55:44 -0400
committerKevin J Hoerr <kjhoerr@protonmail.com>2017-07-05 20:55:44 -0400
commite35b049df539e60b28909daf8ce05b4451ba54f6 (patch)
tree8bdaa222e956893df52b1e8e9708b8e4e030fdae /private/view/Result.php
parent09e9319a5516d264e5793b4bff88c77540250ae0 (diff)
downloadaugust-offensive-e35b049df539e60b28909daf8ce05b4451ba54f6.tar.gz
august-offensive-e35b049df539e60b28909daf8ce05b4451ba54f6.tar.bz2
august-offensive-e35b049df539e60b28909daf8ce05b4451ba54f6.zip
Changed cred to disappearable object, fix compile errors
Diffstat (limited to 'private/view/Result.php')
-rw-r--r--private/view/Result.php3
1 files changed, 2 insertions, 1 deletions
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;
}
/**