fix vendor

This commit is contained in:
2024-06-26 11:34:47 +03:00
parent 2714dad7ce
commit 6f66e023a2
18 changed files with 146 additions and 123 deletions

View File

@ -3,15 +3,15 @@
namespace src;
use src\debug\Debug;
use src\dto\InformationDTO;
use src\file_db_driver\FileDatabaseDriver;
use src\Information;
require_once "vendor/autoload.php";
//$fileName = "Information.txt";
//$fileModeOpen = "a";
$fullInformation = new Information();
$fullInformation = new InformationDTO();
$fullInformation->load($_REQUEST);
$string = $fullInformation->toString();