From 6314733c7cc649fbd25e25f2a89c0035a99ab864 Mon Sep 17 00:00:00 2001 From: Chris Coley Date: Tue, 5 Jul 2016 15:35:28 -0700 Subject: [PATCH] If you're using namespacing and autoloading, then you have to define the namespace in the class file. --- src/zc.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/zc.php b/src/zc.php index bb99401..54125db 100644 --- a/src/zc.php +++ b/src/zc.php @@ -1,4 +1,7 @@