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-24 02:25:59 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
2ca93b2706586a5eaa855a60f9c6f692c95f83f0
2ca93b27
1 parent
f36727f3
1.优化一言添加
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
app/Admin/Controllers/OnePoemController.php
app/Admin/Controllers/OnePoemController.php
View file @
2ca93b2
...
...
@@ -134,7 +134,7 @@ class OnePoemController extends AdminController
}
$poem2
->
verses
()
->
sync
(
$verse_ids
);
return
$this
->
form
()
->
response
()
->
success
(
'添加成功'
);
return
$this
->
form
()
->
response
()
->
success
(
'添加成功'
)
->
redirect
(
'/poem'
)
;
}
protected
function
PoetryGrid
()
...
...
Please
register
or
login
to post a comment