Fix responding to echomail from points
This commit is contained in:
parent
eda0926758
commit
fa97fbb0c1
@ -32,7 +32,7 @@ final class Test extends Process
|
||||
return FALSE;
|
||||
|
||||
Log::info(sprintf('%s:- Processing TEST message from (%s) [%s]',self::LOGKEY,$msg->user_from,$msg->fftn));
|
||||
$ftns = Setup::findOrFail(config('app.id'))->system->match($msg->fftn_o->zone)->first();
|
||||
$ftns = Setup::findOrFail(config('app.id'))->system->match($msg->fboss_o->zone)->first();
|
||||
|
||||
$reply = sprintf("Your test was received here on %s and it looks like you sent it on %s. If that is correct, then it took %s to get here.\r",
|
||||
Carbon::now()->utc()->toDateTimeString(),
|
||||
|
Loading…
Reference in New Issue
Block a user