More complete rework of packet parsing and packet generation with 29710c
This commit is contained in:
@@ -50,7 +50,12 @@ class PacketAddress extends Command
|
||||
exit(1);
|
||||
}
|
||||
|
||||
echo hex_dump($ao->system->packet($ao)->generate($o->where('id',$this->argument('dbid'))->get()));
|
||||
echo hex_dump($ao
|
||||
->system
|
||||
->packet($ao)
|
||||
->mail($o->where('id',$this->argument('dbid'))->get())
|
||||
->generate()
|
||||
);
|
||||
|
||||
return Command::SUCCESS;
|
||||
}
|
||||
|
Reference in New Issue
Block a user