forked from kevinowino869/mitrobill
feat: add message logging functionality with CSV export and management
This commit is contained in:
@ -320,4 +320,10 @@ class User
|
||||
}
|
||||
return $html;
|
||||
}
|
||||
public static function find($id)
|
||||
{
|
||||
return ORM::for_table('tbl_customers')->find_one($id);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user