Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Cong.Zhao
/
musician-api.hikoon.com
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
22bcb229
...
22bcb2299f91553c78ab4fedaf39b439118bd960
authored
2022-12-20 10:39:06 +0800
by
lemon
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
用户表删除模型
1 parent
43caf7a6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
app/Models/Legal/User.php
app/Models/Legal/User.php
View file @
22bcb22
...
@@ -12,6 +12,6 @@ use Illuminate\Database\Eloquent\SoftDeletes;
...
@@ -12,6 +12,6 @@ use Illuminate\Database\Eloquent\SoftDeletes;
12
*/
12
*/
13
class
User
extends
BaseModel
13
class
User
extends
BaseModel
14
{
14
{
15
use
HasFactory
,
SoftDeletes
;
15
use
HasFactory
;
16
16
17
}
17
}
...
...
Please
register
or
sign in
to post a comment