mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 20:19:22 +03:00
Don't use \
This commit is contained in:
parent
1311fd343b
commit
29854311f9
2 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
namespace RainLoop\Plugins;
|
||||
|
||||
use \RainLoop\Enumerations\PluginPropertyType;
|
||||
use RainLoop\Enumerations\PluginPropertyType;
|
||||
|
||||
class Property implements \JsonSerializable
|
||||
{
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
namespace RainLoop\Providers\AddressBook\Classes;
|
||||
|
||||
use \Sabre\VObject\Component\VCard;
|
||||
use Sabre\VObject\Component\VCard;
|
||||
|
||||
class Contact implements \JsonSerializable
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue