From 24a1013a583c7a98583be54a94c2be0604aee11c Mon Sep 17 00:00:00 2001 From: n0raban <96583462+n0raban@users.noreply.github.com> Date: Fri, 24 Dec 2021 19:31:36 +0100 Subject: [PATCH] Update AxieSchoolUtilities.php --- src/PHPAxieSchool/AxieSchoolUtilities.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/PHPAxieSchool/AxieSchoolUtilities.php b/src/PHPAxieSchool/AxieSchoolUtilities.php index e9494a6..af5cf27 100644 --- a/src/PHPAxieSchool/AxieSchoolUtilities.php +++ b/src/PHPAxieSchool/AxieSchoolUtilities.php @@ -6,8 +6,8 @@ * @see https://github.com/n0raban/PHPAxieSchool * @version Check Github page * @author n0raban -* @license https://unlicense.org The Unlicense -* @note This program is distributed in the hope that it will be useful - WITHOUT +* @license https://unlicense.org The Unlicense +* @note This program is distributed in the hope that it will be useful - WITHOUT * @note ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. * @note The script and its developer are NOT affiliated with Axie Infinity * @donation ronin:066149e4e914e33b76d612c93eae03df6d9db91a @@ -122,4 +122,4 @@ static public function send_mail($recipient_email, $email_title, $email_body) AxieSchoolLogs::write("Error while sending email : " . $error_msg); } } -} \ No newline at end of file +}