Skip to content
Snippets Groups Projects

Issue #3523304: Fix for dynamic property creation error.

1 file
+ 7
0
Compare changes
  • Side-by-side
  • Inline
@@ -49,6 +49,13 @@ class RecurlyRouteSubscriber extends RouteSubscriberBase {
*/
protected $routeOptions = [];
/**
* The custom routes flag.
*
* @var bool
*/
protected $addRoutes;
/**
* Constructs a new RouteSubscriber object.
*
Loading