Patrick Brouwers

Results 142 comments of Patrick Brouwers

``` class ProductImport implements WithMultipleSheets { public function sheets(): array { return [ 0 => $this, ]; } ``` is the correct way of doing this. Behaviour has been like...