Skip to content
Next
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Minds Backend - Engine
Project
Project
Details
Activity
Releases
Dependency List
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
176
Issues
176
List
Boards
Labels
Service Desk
Milestones
Merge Requests
38
Merge Requests
38
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
List
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Minds
Minds Backend - Engine
Commits
bcc90f13
Commit
bcc90f13
authored
1 minute ago
by
Ben Hayward
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed defaulting setTier
parent
56d97028
feat/plus-tiers-578
1 merge request
!279
[Sprint/JollyJellyfish](feat): Added plus tiers to endpoint and passed through #578
Pipeline
#72562652
running with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Manager.php
Core/Wire/Manager.php
+2
-2
No files found.
Core/Wire/Manager.php
View file @
bcc90f13
...
...
@@ -176,8 +176,8 @@ class Manager
* @param string $tier - the tier
* @return $this
*/
public
function
setTier
(
$tier
=
MONTHLY
)
{
public
function
setTier
(
$tier
=
null
)
{
$tier
??
static
::
MONTHLY
;
$this
->
tier
=
$tier
;
return
$this
;
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment