Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Письменов Дмитрий Иванович
/
yourroomads
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 285cfa43
authored
Jun 28, 2021
by
Vladislav
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Исправил модель связи с целевыми группами и модификатором
1 parent
dd3d24f1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
app/Models/Pivots/GoalAdGroup.php
app/Models/Pivots/GoalAdGroup.php
View file @
285cfa4
...
...
@@ -205,7 +205,7 @@ class GoalAdGroup extends Pivot
public
function
goalBidModifiers
()
{
return
$this
->
hasMany
(
BidModifier
::
class
,
'goal_ad_group_id'
);
return
$this
->
hasMany
(
Goal
BidModifier
::
class
,
'goal_ad_group_id'
);
}
}
Write
Preview
Markdown
is supported
Attach a file
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 post a comment