Oscar

Results 2 issues of Oscar

### Bug description I'm getting this deprecation notice (PHP 8.1): PHP Deprecated: Accessing static trait property Stancl\Tenancy\Database\Concerns\BelongsToTenant::$tenantIdColumn is deprecated, it should only be accessed on a class using the trait...

v4

Having this data: ```json [ { "name": "testA", "code": "0" }, { "name": "testB", "code": "0" }, { "name": "testC", "code": "1" } ] ``` When grouping by code, the...