Skip to content

Commit

Permalink
If you're using namespacing and autoloading, then you have to define …
Browse files Browse the repository at this point in the history
…the namespace in the class file.
  • Loading branch information
ccoley committed Jul 5, 2016
1 parent 09d9536 commit 6314733
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/zc.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
<?php

namespace ZingChart\PHPWrapper;

class ZC {
private $mysqli;

Expand Down

0 comments on commit 6314733

Please sign in to comment.