mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
bugfix: previous IsActive() commit
This commit is contained in:
parent
58d3fc8fd5
commit
dcfa144ce3
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ class Identities extends AbstractProvider
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
public function IsActive() : bool;
|
public function IsActive() : bool
|
||||||
{
|
{
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue