Add missing parameter to Secretaries_model.php

This commit is contained in:
Alex Tselegidis 2022-02-10 20:54:27 +01:00
parent 6d404b0a9a
commit 3d71f019e2

View file

@ -389,7 +389,7 @@ class Secretaries_model extends EA_Model {
*
* @return array Returns an array of secretaries.
*/
public function get($where = NULL, int $limit = NULL, int $offset = NULL, string $order_by = NULL)
public function get($where = NULL, int $limit = NULL, int $offset = NULL, string $order_by = NULL, bool $with_trashed = FALSE): array
{
$role_id = $this->get_secretary_role_id();