Skip to content

Commit

Permalink
Routes in a Group should be an empty array as default
Browse files Browse the repository at this point in the history
  • Loading branch information
Németh Balázs committed Aug 14, 2019
1 parent 1b793a6 commit 46556c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phalcon/Mvc/Router/Group.zep
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class Group implements GroupInterface
protected hostname;
protected paths;
protected prefix;
protected routes;
protected routes = [];

/**
* Phalcon\Mvc\Router\Group constructor
Expand Down

0 comments on commit 46556c1

Please sign in to comment.