Leith Caldwell
Results
2
comments of
Leith Caldwell
@rostenkowski https://github.com/CodeDruids/simple-diff
@bilogic If you don't want to mess with the `indexQuery()`, you can add it to your model as a scope: ```php use Illuminate\Database\Eloquent\Builder; protected static function booted() { static::addGlobalScope('with-role-count', function...