Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
recurly
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
recurly
Merge requests
!43
Issue
#3523304
: Fix for dynamic property creation error.
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Open
Issue
#3523304
: Fix for dynamic property creation error.
issue/recurly-3523304:3523304-creation-of-dynamic
into
5.x
Overview
0
Commits
1
Pipelines
1
Changes
1
Open
Issue #3523304: Fix for dynamic property creation error.
Priti Kelaskar
requested to merge
issue/recurly-3523304:3523304-creation-of-dynamic
into
5.x
5 months ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Issue
#3523304
: Fix for dynamic property creation error.
0
0
Merge request reports
Compare
5.x
5.x (HEAD)
and
latest version
latest version
8f6ad74e
1 commit,
5 months ago
1 file
+
7
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
src/Routing/RecurlyRouteSubscriber.php
+
7
−
0
View file @ 43741eb4
Edit in single-file editor
Open in Web IDE
Show full file
@@ -49,6 +49,13 @@ class RecurlyRouteSubscriber extends RouteSubscriberBase {
*/
protected
$routeOptions
=
[];
/**
* The custom routes flag.
*
* @var bool
*/
protected
$addRoutes
;
/**
* Constructs a new RouteSubscriber object.
*
Loading