Skip to content

Commit

Permalink
rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
Malebestia committed Sep 4, 2023
1 parent 7228b27 commit 4aa2934
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions Actions/EsendexSendAction.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

namespace Modules\Notify\Actions;

<<<<<<< HEAD
use Exception;
use Modules\Notify\Datas\SmsData;
use Spatie\QueueableAction\QueueableAction;
Expand Down Expand Up @@ -107,5 +108,21 @@ public function login(): ?array
}

return explode(';', strval($response));
=======
use Modules\Notify\Data\SmsData;
use Spatie\QueueableAction\QueueableAction;

class EsendexSendAction {
use QueueableAction;

public function __construct() {
}

/**
* Execute the action.
*/
public function execute(SmsData $sms): array {
return [];
>>>>>>> 01786c0 (up)
}
}

0 comments on commit 4aa2934

Please sign in to comment.