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
135
Issues
135
List
Boards
Labels
Service Desk
Milestones
Merge Requests
46
Merge Requests
46
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Packages
Packages
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
a292ce4d
Commit
a292ce4d
authored
2 hours ago
by
Olivia Madrid
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(wip): Referrals console - fix merge conflict
parent
e9ee0597
epic/referrals
1 merge request
!236
WIP: epic/referrals
Pipeline
#69462366
failed with stages
in 3 minutes and 57 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
7 deletions
+0
-7
Manager.php
Core/Referrals/Manager.php
+0
-7
No files found.
Core/Referrals/Manager.php
View file @
a292ce4d
...
...
@@ -62,12 +62,9 @@ class Manager
{
$this
->
repository
->
add
(
$referral
);
<<<<<<<
HEAD
// Send a notification to the referrer
$this
->
notificationDelegate
->
send
(
$referral
);
=======
>>>>>>>
314232
eec078b2da38dc518fe260a53ce87f1e63
return
true
;
}
...
...
@@ -78,14 +75,10 @@ class Manager
*/
public
function
update
(
$referral
)
{
<<<<<<<
HEAD
$this
->
repository
->
update
(
$referral
);
// Send a notification to the referrer
$this
->
notificationDelegate
->
send
(
$referral
);
=======
$this
->
repository
->
update
(
$referral
);
>>>>>>>
314232
eec078b2da38dc518fe260a53ce87f1e63
return
true
;
}
...
...
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