From 3c17af2d7cdc0fbee45c9fd48762d088ecce5ddf Mon Sep 17 00:00:00 2001 From: Bruno Fontes Date: Tue, 26 Feb 2019 20:18:22 -0300 Subject: [PATCH] Create test.php --- resources/lang/en/test.php | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 resources/lang/en/test.php diff --git a/resources/lang/en/test.php b/resources/lang/en/test.php new file mode 100644 index 0000000..1c652ad --- /dev/null +++ b/resources/lang/en/test.php @@ -0,0 +1,15 @@ + 'These credentials do not match our records.', + 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', +];