diff options
Diffstat (limited to 'private/view/Result.php')
| -rw-r--r-- | private/view/Result.php | 3 |
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; } /** |
