Files
LesRecettesDePapis/config/route_arguments.php

6 lines
112 B
PHP
Raw Permalink Normal View History

2026-03-30 16:10:26 +02:00
<?php
return [
'{int}' => '([0-9]+)',
'{chars}' => '([A-Za-z]+)',
'{string}' => '([0-9A-Za-z]+)',
];