mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-05 19:41:44 +08:00
ComposerUpdate
This commit is contained in:
parent
6fffe5c575
commit
191c59d543
8
vendor/composer/installed.json
vendored
8
vendor/composer/installed.json
vendored
@ -401,12 +401,12 @@
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/zoujingli/ThinkLibrary.git",
|
||||
"reference": "f1852d742b105789fdf1715dea5b14509fbb7b3f"
|
||||
"reference": "bc3a7d6203955f36f401e8286884a9aa7e6a4133"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/zoujingli/ThinkLibrary/zipball/f1852d742b105789fdf1715dea5b14509fbb7b3f",
|
||||
"reference": "f1852d742b105789fdf1715dea5b14509fbb7b3f",
|
||||
"url": "https://api.github.com/repos/zoujingli/ThinkLibrary/zipball/bc3a7d6203955f36f401e8286884a9aa7e6a4133",
|
||||
"reference": "bc3a7d6203955f36f401e8286884a9aa7e6a4133",
|
||||
"shasum": "",
|
||||
"mirrors": [
|
||||
{
|
||||
@ -426,7 +426,7 @@
|
||||
"qiniu/php-sdk": "^7.2",
|
||||
"topthink/framework": "5.1.*"
|
||||
},
|
||||
"time": "2019-12-30T07:08:08+00:00",
|
||||
"time": "2019-12-30T09:51:14+00:00",
|
||||
"type": "library",
|
||||
"installation-source": "dist",
|
||||
"autoload": {
|
||||
|
@ -16,14 +16,14 @@
|
||||
return [
|
||||
'think_library_not_auth' => 'Sorry, no permission to access the operation.',
|
||||
'think_library_not_login' => 'Sorry, requiring login to obtain view permission.',
|
||||
'think_library_delete_success' => 'Congratulation! Data deletion completed.',
|
||||
'think_library_delete_success' => 'Data deletion completed.',
|
||||
'think_library_delete_error' => 'Sorry, data deletion failed, please try again later.',
|
||||
'think_library_form_success' => 'Congratulation! Data saving completed.',
|
||||
'think_library_form_success' => 'Data saving completed.',
|
||||
'think_library_form_error' => 'Sorry, data saving failed, please try again later.',
|
||||
'think_library_save_success' => 'Congratulation! Data update completed.',
|
||||
'think_library_save_success' => 'Data update completed.',
|
||||
'think_library_save_error' => 'Sorry, Data update failed, please try again later.',
|
||||
'think_library_sort_success' => 'Congratulation! Modification of list sort completed.',
|
||||
'think_library_sort_success' => 'Modification of list sort completed.',
|
||||
'think_library_sort_error' => 'Sorry, modification of list sort failed, please try again later.',
|
||||
'think_library_page_html' => 'total n records, display n per page, total n page current display n page.',
|
||||
'think_library_page_html' => 'Total %s records, display %s per page, total %s page current display %s page.',
|
||||
'think_library_csrf_error' => 'Form token validation failed, please refresh and try again later.',
|
||||
];
|
@ -53,7 +53,7 @@ class TokenService extends Service
|
||||
/**
|
||||
* 清理表单CSRF信息
|
||||
* @param string $token
|
||||
* @return TokenService
|
||||
* @return $this
|
||||
*/
|
||||
public function clearFormToken($token = null)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user