Merge branch 'v5-develop' of https://github.com/turbo124/invoiceninja into v5-develop

This commit is contained in:
David Bomba 2023-07-03 17:38:18 +10:00
commit 3b1b54c16c

View File

@ -36,6 +36,12 @@ class TokenFilters extends QueryFilters
}); });
} }
public function is_system(bool $value = false): Builder
{
return $this->builder->where('is_system', $value);
}
/** /**
* Sorts the list based on $sort. * Sorts the list based on $sort.
* *