Archived
1
0
Fork 0

Fixing proper namespace for app/library

This commit is contained in:
Henrik Hautakoski 2018-04-02 02:28:25 +02:00
parent cb1e40ee0a
commit aa37d10024
22 changed files with 78 additions and 62 deletions

View file

@ -1,5 +1,7 @@
<?php
namespace Httpcb;
class Debug {
public static function dump($var, $label = null, $echo = true)