mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 12:09:20 +03:00
Extensions use \MailSo\Log\Inherit
This commit is contained in:
parent
c4acb26758
commit
a424c6a52a
5 changed files with 13 additions and 38 deletions
|
|
@ -4,6 +4,8 @@ namespace Plugins\Example;
|
|||
|
||||
class ContactSuggestions implements \RainLoop\Providers\Suggestions\ISuggestions
|
||||
{
|
||||
// use \MailSo\Log\Inherit;
|
||||
|
||||
public function Process(\RainLoop\Model\Account $oAccount, string $sQuery, int $iLimit = 20) : array
|
||||
{
|
||||
return array(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue