mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-07 16:37:02 +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;
|
namespace RainLoop\Plugins;
|
||||||
|
|
||||||
use \RainLoop\Enumerations\PluginPropertyType;
|
use RainLoop\Enumerations\PluginPropertyType;
|
||||||
|
|
||||||
class Property implements \JsonSerializable
|
class Property implements \JsonSerializable
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
namespace RainLoop\Providers\AddressBook\Classes;
|
namespace RainLoop\Providers\AddressBook\Classes;
|
||||||
|
|
||||||
use \Sabre\VObject\Component\VCard;
|
use Sabre\VObject\Component\VCard;
|
||||||
|
|
||||||
class Contact implements \JsonSerializable
|
class Contact implements \JsonSerializable
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue