mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-08 14:44:32 -04:00
Merge branch 'v5-develop' of https://github.com/turbo124/invoiceninja into v5-develop
This commit is contained in:
commit
3b1b54c16c
@ -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.
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user