From 5002fc295e4d94d750ae2efc47aba1eff13512b5 Mon Sep 17 00:00:00 2001 From: Brian Kelleher Date: Mon, 7 Nov 2016 08:25:43 -0500 Subject: [PATCH] comments --- api/routes/category.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/api/routes/category.php b/api/routes/category.php index d53bf11..6a344a0 100644 --- a/api/routes/category.php +++ b/api/routes/category.php @@ -1,5 +1,9 @@ get('/category/all', function( $request, $response ) { $q = new CategoryQuery; $cats = $q::create()->find();