public function delete(Vehicule $vehicule) { $this->db->exec('DELETE FROM vehicules WHERE id = ' . $vehicule->id()); }