diff --git a/index.php b/index.php index dd3e02e57b747ce6d0c577cb74c0cc4ad506df83..d5bf4b12fdb59b5cab5f3707b8e92d60d56b2c27 100644 --- a/index.php +++ b/index.php @@ -1,10 +1,10 @@ <?php -require_once __DIR__ . '/vendor/autoload.php'; + require_once __DIR__ . '/vendor/autoload.php'; -use Hp\Test\Functions; + use Hp\Test\Functions; -$func = new Functions(); + $func = new Functions(); ?> <!DOCTYPE html>