@@ -31,7 +31,7 @@ |
||
31 | 31 | */ |
32 | 32 | public function fullReference(): string |
33 | 33 | { |
34 | - return $this->category()->reference() . '.' . $this->reference(); |
|
34 | + return $this->category()->reference().'.'.$this->reference(); |
|
35 | 35 | } |
36 | 36 | |
37 | 37 | /** |
@@ -31,7 +31,7 @@ |
||
31 | 31 | */ |
32 | 32 | public function fullReference(): string |
33 | 33 | { |
34 | - return $this->category()->reference() . '.' . $this->reference(); |
|
34 | + return $this->category()->reference().'.'.$this->reference(); |
|
35 | 35 | } |
36 | 36 | |
37 | 37 | /** |
@@ -31,7 +31,7 @@ |
||
31 | 31 | */ |
32 | 32 | public function fullReference(): string |
33 | 33 | { |
34 | - return $this->category()->reference() . '.' . $this->reference(); |
|
34 | + return $this->category()->reference().'.'.$this->reference(); |
|
35 | 35 | } |
36 | 36 | |
37 | 37 | /** |