From 2575598660d14a668880ab11588143a89c744c69 Mon Sep 17 00:00:00 2001 From: William Date: Wed, 13 Nov 2024 18:43:11 +0100 Subject: [PATCH] Commit --- example.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/example.php b/example.php index afb010c..9ff1b0e 100644 --- a/example.php +++ b/example.php @@ -36,9 +36,8 @@ App::any('/example', // Route Parameters //----------------------------------------------------- // capture segments of the URL_PATH within your route. for example, -// you may need to capture a users ID. you may do so by defining -// route parameters. -// parameters are injected into route callbacks based on their order. +// you may need to capture a users ID. parameters are injected into +// route callbacks based on their order. // a required parameter will only match when a value is supplied App::get('/echo/$text',