Toggle navigation
Toggle navigation
This project
Loading...
Sign in
OnePoem
/
OnePoem-Server
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
李帅
2022-07-21 11:02:24 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
1d36b07e214b73c9db662fc0169514be6195de02
1d36b07e
1 parent
d4142ca0
1.收藏列表改用get
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
app/Models/Collect.php
app/Models/Collect.php
View file @
1d36b07
...
...
@@ -47,6 +47,6 @@ class Collect extends Model
public
function
immerse
()
{
return
$this
->
belongsTo
(
Immerse
::
class
,
'i
d'
,
'immerse_
id'
);
return
$this
->
belongsTo
(
Immerse
::
class
,
'i
mmerse_id'
,
'
id'
);
}
}
...
...
Please
register
or
login
to post a comment