Don't use \

This commit is contained in:
the-djmaze 2023-01-09 10:16:43 +01:00
parent 1311fd343b
commit 29854311f9
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
namespace RainLoop\Plugins;
use \RainLoop\Enumerations\PluginPropertyType;
use RainLoop\Enumerations\PluginPropertyType;
class Property implements \JsonSerializable
{

View file

@ -2,7 +2,7 @@
namespace RainLoop\Providers\AddressBook\Classes;
use \Sabre\VObject\Component\VCard;
use Sabre\VObject\Component\VCard;
class Contact implements \JsonSerializable
{