fix vendor
This commit is contained in:
@ -1,7 +1,6 @@
|
||||
<?php
|
||||
|
||||
use src\debug\Debug;
|
||||
use src\Information;
|
||||
use src\dto\InformationDTO;
|
||||
use src\Processing;
|
||||
|
||||
require_once "vendor/autoload.php";
|
||||
@ -24,7 +23,7 @@ $rep->close();
|
||||
|
||||
$infArr = [];
|
||||
foreach ($res as $key){
|
||||
$inf = new Information();
|
||||
$inf = new InformationDTO();
|
||||
$inf->load($key);
|
||||
$infArr[] = $inf;
|
||||
}
|
||||
|
Reference in New Issue
Block a user