From 336838ecb40db4aca6c2298a673cc787d2c24b69 Mon Sep 17 00:00:00 2001 From: Zach DeCook Date: Thu, 6 Jun 2024 11:36:55 -0400 Subject: Laravel: update to laravel 10 --- laravel/resources/lang/en/passwords.php | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 laravel/resources/lang/en/passwords.php (limited to 'laravel/resources/lang/en/passwords.php') diff --git a/laravel/resources/lang/en/passwords.php b/laravel/resources/lang/en/passwords.php deleted file mode 100644 index e5544d2..0000000 --- a/laravel/resources/lang/en/passwords.php +++ /dev/null @@ -1,22 +0,0 @@ - 'Passwords must be at least six characters and match the confirmation.', - 'reset' => 'Your password has been reset!', - 'sent' => 'We have e-mailed your password reset link!', - 'token' => 'This password reset token is invalid.', - 'user' => "We can't find a user with that e-mail address.", - -]; -- cgit 1.4.1