removed errors from git

This commit is contained in:
Hein Zaw Htet™ 2014-11-03 13:01:47 +06:30 committed by Nicolas Grekas
parent 14c417a391
commit 2492dab747

View File

@ -130,13 +130,11 @@ class Route implements \Serializable
$this->options = $data['options'];
$this->schemes = $data['schemes'];
$this->methods = $data['methods'];
<<<<<<< HEAD
$this->condition = $data['condition'];
=======
if (isset($data['compiled'])) {
$this->compiled = $data['compiled'];
}
>>>>>>> 2.3
}
/**