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-04-18 15:24:59 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
2a7981dcb8df5e7ddc9a47045035c192bc523f14
2a7981dc
1 parent
aa8efe35
1. 众妙接口新增一言内容
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
app/Models/PackPoem.php
app/Models/PackPoem.php
View file @
2a7981d
...
...
@@ -11,6 +11,8 @@ class PackPoem extends Model
use
HasDateTimeFormatter
;
protected
$table
=
'pack_poem'
;
protected
$with
=
[
'poem'
];
public
function
poem
()
{
return
$this
->
belongsTo
(
OnePoem
::
class
);
...
...
Please
register
or
login
to post a comment