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-11-14 00:37:47 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
5cb756436fe8ca91fc58ea43f522f68a84af7f6d
5cb75643
1 parent
33b0c3ca
1.调整会员与非会员内容显示
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
app/Models/UserProfile.php
app/Models/UserProfile.php
View file @
5cb7564
...
...
@@ -14,10 +14,6 @@ class UserProfile extends Model
protected
$fillable
=
[
'user_id'
,
'unionid'
];
protected
$casts
=
[
'create_vip_time'
=>
'boolean'
,
];
public
function
user
()
{
return
$this
->
belongsTo
(
'App\Models\User'
,
'id'
,
'user_id'
);
...
...
Please
register
or
login
to post a comment