Last active
August 19, 2021 13:38
-
-
Save TiagoMabango/b2edc4d0bf61ef4cb981f2b41bf6dab5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require __DIR__ . "/Assets/Sweetalert.php"; | |
require __DIR__ . "/source/autoload.php"; | |
$message = new \Source\Support\Message(); | |
echo $message->warning("Essa é uma mensagem de teste do IMS"); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
require DIR . "/Assets/Sweetalert.php";
require DIR . "/source/autoload.php";
$message = new \Source\Support\Message();
echo $message->warning("Essa é uma mensagem de teste do IMS");