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
李帅
2023-03-06 23:40:43 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
33dfb992ad33acfcedc1a7ec512f949db06c6a93
33dfb992
1 parent
d44aac3e
1.修改用户信息优化
2.新增用户反馈相关接口。 3.新增点赞列表接口。
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
app/Models/Praise.php
app/Models/Praise.php
View file @
33dfb99
...
...
@@ -45,4 +45,9 @@ class Praise extends Model
return
false
;
}
}
public
function
immerse
()
{
return
$this
->
belongsTo
(
Immerse
::
class
,
'immerse_id'
,
'id'
);
}
}
...
...
Please
register
or
login
to post a comment