You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/40-structure-site/3-backend-1.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -108,7 +108,7 @@ class RentalController extends AbstractController
108
108
109
109
In the `RentalController.php` we have defined the `index` method which is responsible for fetching all the rentals or filtering them based on the city and availability. We are using the `QueryBuilder` to build the query and fetch the rentals based on the city and availability. We are also using the `elemMatch` to query the availability array and see if the user requested dates are available.
110
110
111
-
Now we can adjust the needed routes in the `config/routes.yaml file. We will also define future routes for the page to load
111
+
Now we can adjust the needed routes in the `config/routes.yaml` file. We will also define future routes for the page to load
0 commit comments