File tree Expand file tree Collapse file tree 4 files changed +126
-126
lines changed Expand file tree Collapse file tree 4 files changed +126
-126
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ $finder = Symfony\Component\Finder\Finder::create()
88 __DIR__ . '/app ' ,
99 __DIR__ . '/config ' ,
1010 __DIR__ . '/database/factories ' ,
11- __DIR__ . '/database/seeds ' ,
11+ __DIR__ . '/database/seeders ' ,
1212 __DIR__ . '/resources/lang ' ,
1313 __DIR__ . '/routes ' ,
1414 __DIR__ . '/tests ' ,
Original file line number Diff line number Diff line change 1616 'access ' => [
1717 'captcha ' => [
1818 'configs ' => [
19- 'site_key ' => env ('INVISIBLE_RECAPTCHA_SITEKEY ' ),
19+ 'site_key ' => env ('INVISIBLE_RECAPTCHA_SITEKEY ' ),
2020 'secret_key ' => env ('INVISIBLE_RECAPTCHA_SECRETKEY ' ),
21- 'options ' => [
21+ 'options ' => [
2222 'hidden ' => false ,
2323 'location ' => 'bottomright ' ,
2424 'timeout ' => 5 ,
Original file line number Diff line number Diff line change 1212 |
1313 */
1414
15- 'reset ' => 'رمز عبور شما بازگردانی شد! ' ,
16- 'sent ' => 'لینک بازگردانی رمز عبور به ایمیل شما ارسال شد. ' ,
15+ 'reset ' => 'رمز عبور شما بازگردانی شد! ' ,
16+ 'sent ' => 'لینک بازگردانی رمز عبور به ایمیل شما ارسال شد. ' ,
1717 'throttled ' => 'پیش از تلاش مجدد کمی صبر کنید. ' ,
18- 'token ' => 'مشخصهی بازگردانی رمز عبور معتبر نیست. ' ,
19- 'user ' => 'ما کاربری با این نشانی ایمیل نداریم! ' ,
18+ 'token ' => 'مشخصهی بازگردانی رمز عبور معتبر نیست. ' ,
19+ 'user ' => 'ما کاربری با این نشانی ایمیل نداریم! ' ,
2020];
You can’t perform that action at this time.
0 commit comments