Merging iexplorer converter
This commit is contained in:
parent
b76bf44a09
commit
15afa15f3c
|
@ -32,15 +32,10 @@
|
||||||
$response = $request->dispatch();
|
$response = $request->dispatch();
|
||||||
|
|
||||||
// Si erreur, on l'affiche
|
// Si erreur, on l'affiche
|
||||||
<<<<<<< HEAD
|
|
||||||
if( $response->error != ManagerError::Success )
|
|
||||||
var_dump( ManagerError::explicit($response->error) );
|
|
||||||
=======
|
|
||||||
if( $response->error != ManagerError::Success ){
|
if( $response->error != ManagerError::Success ){
|
||||||
var_dump( ManagerError::explicit($response->error) );
|
var_dump( ManagerError::explicit($response->error) );
|
||||||
exit();
|
exit();
|
||||||
}
|
}
|
||||||
>>>>>>> feature/convert-iexplorer-to-calllog
|
|
||||||
|
|
||||||
// On récupère les données
|
// On récupère les données
|
||||||
$logs = $response->get('data');
|
$logs = $response->get('data');
|
||||||
|
|
Loading…
Reference in New Issue