Peter
Results
32
comments of
Peter
> @zenire does it work when you write it in the resource like so? > > > > ``` > > $this->resource->userCount() > > ``` I tried, but no, same...
Version [v0.11.5](https://github.com/dedoc/scramble/releases/tag/v0.11.5) Not really sure what I can share more (without sharing too much code). Return type of `userCount()` is `int` indicating it's an `integer`. The resource calls `userCount()` and...