flightphp / core

An extensible micro-framework for PHP
https://docs.flightphp.com
MIT License
2.62k stars 409 forks source link

Route regexp not work #441

Closed oscarlosan closed 3 years ago

oscarlosan commented 3 years ago

Flight::route('/user/@ini[0-9]{3}/@fin[0-9]{3}', function($ini, $fin){ echo 'hello'; });

domain.com/user/1333154545545455/54344666 exit: hello

oscarlosan commented 3 years ago

I was missing ->: excuse me. a greeting.