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
7b205c7f
...
7b205c7fffb69978f6fcb7c42b43d8b1ce18de67
authored
2022-07-25 13:23:21 +0800
by
lemon
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
*
1 parent
fea69294
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
app/Models/Legal/Subject.php
app/Models/Legal/Subject.php
View file @
7b205c7
...
...
@@ -4,8 +4,9 @@ namespace App\Models\Legal;
use
App\Models\BaseModel
;
use
Illuminate\Database\Eloquent\Factories\HasFactory
;
use
Illuminate\Database\Eloquent\SoftDeletes
;
class
Subject
extends
BaseModel
{
use
HasFactory
;
use
HasFactory
,
SoftDeletes
;
}
...
...
Please
register
or
sign in
to post a comment