Skip to content

Commit 610ce06

Browse files
committed
remove reliance on __toString()
1 parent fda2d46 commit 610ce06

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)