@@ -19,7 +19,7 @@ |
||
| 19 | 19 | $route = new Route(); |
| 20 | 20 | $route_id = $route->getRandomRouteId(0, 10); |
| 21 | 21 | echo "route_id -> $route_id <br>"; |
| 22 | -$count=0; |
|
| 22 | +$count = 0; |
|
| 23 | 23 | |
| 24 | 24 | // Itereate through all the existing activity types |
| 25 | 25 | foreach ($activityTypes->getConstants() as $prop => $value) { |