forked from mirrors/easyappointments
Add missing parameter to Secretaries_model.php
This commit is contained in:
parent
6d404b0a9a
commit
3d71f019e2
1 changed files with 1 additions and 1 deletions
|
@ -389,7 +389,7 @@ class Secretaries_model extends EA_Model {
|
||||||
*
|
*
|
||||||
* @return array Returns an array of secretaries.
|
* @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();
|
$role_id = $this->get_secretary_role_id();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue