Skip to content

Commit bf2d0ca

Browse files
committed
Merge pull request #168 from symfony-cmf/remove_to_string
remove reliance on __toString()
2 parents 80cb50b + 610ce06 commit bf2d0ca

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Model/Route.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -267,9 +267,4 @@ public function compile()
267267

268268
return parent::compile();
269269
}
270-
271-
public function __toString()
272-
{
273-
return (string) $this->id;
274-
}
275270
}

0 commit comments

Comments
 (0)