fix vendor
This commit is contained in:
4
info.php
4
info.php
@ -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();
|
||||
|
Reference in New Issue
Block a user