Commit 5c3550e5 authored by Адлан Шамавов's avatar Адлан Шамавов
Browse files

refactoring

parent 3804c7ea
Loading
Loading
Loading
Loading
+3 −18
Original line number Diff line number Diff line
@@ -2,25 +2,10 @@

    require_once __DIR__ . '/vendor/autoload.php';

$func = new Hp\Test\Functions();

?>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Document</title>
</head>
<body>
<?php

require_once __DIR__ . '/vendor/autoload.php';

    use Hp\Test\Functions;

    $func = new Functions();

?>

<!DOCTYPE html>