little correction

pull/16/head
Roxane ROSSETTO 1 year ago
parent 61981d5aa0
commit d6b7c62306

@ -54,7 +54,7 @@ class ArticleGateway
$query = 'DELETE FROM Article;';
$this->con->executeQuery($query);
}catch(\PDOException $p){
throw new Exception("Data is not delete.");
throw new Exception("Data is not deleted.");
}
}
}
Loading…
Cancel
Save