Skip to content
Snippets Groups Projects
Commit 5c3550e5 authored by Адлан Шамавов's avatar Адлан Шамавов
Browse files

refactoring

parent 3804c7ea
No related branches found
No related tags found
1 merge request!8Ptps function 8
This commit is part of merge request !9. Comments created here will be created in the context of that merge request.
<?php
require_once __DIR__ . '/vendor/autoload.php';
require_once __DIR__ . '/vendor/autoload.php';
$func = new Hp\Test\Functions();
use 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();
$func = new Functions();
?>
<!DOCTYPE html>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment