Compare commits
No commits in common. "7173b1fc9d46da661b849a1d6bc3a522215e0f80" and "813619212ce61cc58e12033398482a36f4efab94" have entirely different histories.
7173b1fc9d
...
813619212c
@ -100,7 +100,7 @@ class ResourcesController extends BaseController
|
||||
{
|
||||
if (Request::isPost()) {
|
||||
$data = [
|
||||
'title' => input('post.title'),
|
||||
'name' => input('post.name'),
|
||||
'cate' => input('post.cate'),
|
||||
'icon' => input('post.icon'),
|
||||
'url' => input('post.url'),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user