Change joins with a collection to use collection joins
This commit is contained in:
@@ -269,7 +269,7 @@ class Packet extends FTNBase
|
||||
private function createHeader(): string
|
||||
{
|
||||
try {
|
||||
$a = pack(join('',collect(self::v2header)->pluck(1)->toArray()),
|
||||
$a = pack(collect(self::v2header)->pluck(1)->join(''),
|
||||
$this->ff,
|
||||
$this->tf,
|
||||
Arr::get($this->header,'y'),
|
||||
|
Reference in New Issue
Block a user