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