File tree Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 11<?php
22
3- use ;
4-
53require_once __DIR__ . '/../config.php ' ;
64require_once __DIR__ . '/../vendor/autoload.php ' ;
75
Original file line number Diff line number Diff line change 11<?php
22
3- use Zend \Diactoros \Response \Serializer ;
4- use Zend \Diactoros \Request \Serializer as asdf ;
5-
63require_once __DIR__ . '/../config.php ' ;
74require_once __DIR__ . '/../vendor/autoload.php ' ;
85
1512
1613$ message = $ response ->current ();
1714
18- if ($ message ->getStatus () == 0 ) {
15+ if ($ message ->getStatus () == 0 ) {
1916 echo "The message was sent successfully \n" ;
2017} else {
2118 echo "The message failed with status: " . $ message ->getStatus () . "\n" ;
Original file line number Diff line number Diff line change 11<?php
2+
23require_once __DIR__ . '/../config.php ' ;
34require_once __DIR__ . '/../vendor/autoload.php ' ;
45
You can’t perform that action at this time.
0 commit comments