Skip to content

Instantly share code, notes, and snippets.

@TiagoMabango
Last active August 19, 2021 13:38
Show Gist options
  • Save TiagoMabango/b2edc4d0bf61ef4cb981f2b41bf6dab5 to your computer and use it in GitHub Desktop.
Save TiagoMabango/b2edc4d0bf61ef4cb981f2b41bf6dab5 to your computer and use it in GitHub Desktop.
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");
@TiagoMabango
Copy link
Author

TiagoMabango commented Aug 19, 2021

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