We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Seems to be a bug.
If I create a route with:
$route = new \Phalcon\Mvc\Router\Route('/');
The route _pattern = "/" and the _compiledPattern = "/" as well.
For annotation like:
/** * Slug index action. * * @Route("/", name="slug_index", locale=true) */ public function indexAction() {
The route _pattern and _compiledPattern is empty "" and the route won't never match.
The text was updated successfully, but these errors were encountered:
Seems to duplicates #1608. Fixed in 2.0.x branch.
Sorry, something went wrong.
I'm using latest 2.0.x branch.
Sent from my iPhone
On May 10, 2015, at 5:50, Vadim Baryshev notifications@github.com wrote: Seems to duplicates #1608. Fixed in 2.0.x branch. — Reply to this email directly or view it on GitHub.
On May 10, 2015, at 5:50, Vadim Baryshev notifications@github.com wrote:
— Reply to this email directly or view it on GitHub.
Works now with branch 2.0.x.
No branches or pull requests
Seems to be a bug.
If I create a route with:
The route _pattern = "/" and the _compiledPattern = "/" as well.
For annotation like:
The route _pattern and _compiledPattern is empty "" and the route won't never match.
The text was updated successfully, but these errors were encountered: