where('ip_address', '127.0.0.1'); } /** * @comment Scope using the 'scope' prefix * @param Builder $query * @return void */ protected function scopeSystem(Builder $query): void { $query->where('system', true); } }