We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e9bba2 commit 337c59cCopy full SHA for 337c59c
configuration/micro_kernel_trait.rst
@@ -55,7 +55,7 @@ Next, create an ``index.php`` file that defines the kernel class and executes it
55
{
56
// kernel is a service that points to this class
57
// optional 3rd argument is the route name
58
- $routes->add('/random/{limit}', 'Kernel::randomNumber');
+ $routes->add('/random/{limit}', 'kernel::randomNumber');
59
}
60
61
public function randomNumber($limit)
0 commit comments