Correct docs on Station middleware.

This commit is contained in:
Buster Neece 2024-01-25 16:52:27 -06:00
parent 609d94a0bb
commit 85f89d13ba
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ use Psr\Http\Server\RequestHandlerInterface;
use Slim\Routing\RouteContext;
/**
* Retrieve the station specified in the request parameters, and throw an error if none exists but one is required.
* Retrieve the station specified in the request parameters.
*/
final class GetStation extends AbstractMiddleware
{