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 +}