mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Add system filters for tokens
This commit is contained in:
parent
f7e3ebad97
commit
27b23b9b7a
@ -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.
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user