You've already forked lubo_comment_query
app
bootstrap
config
database
public
resources
css
js
lang
en
zh_CN
auth.php
pagination.php
passwords.php
validation.php
zh_CN.json
views
routes
storage
tests
.editorconfig
.env.example
.gitattributes
.gitignore
.styleci.yml
README.md
artisan
build.sh
composer.json
composer.lock
package.json
phpunit.xml
server.php
tailwind.config.js
webpack.mix.js
yarn.lock
10 lines
266 B
PHP
10 lines
266 B
PHP
<?php
|
|
|
|
return [
|
|
'reset' => '密码重置成功!',
|
|
'sent' => '密码重置邮件已发送!',
|
|
'throttled' => '请稍候再试。',
|
|
'token' => '密码重置令牌无效。',
|
|
'user' => '找不到该邮箱对应的用户。',
|
|
];
|