mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-06 07:57:02 +03:00
Implement \Stringable
This commit is contained in:
parent
d5a43e422d
commit
a473e5e223
2 changed files with 2 additions and 2 deletions
|
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
namespace SnappyMail\HTTP;
|
namespace SnappyMail\HTTP;
|
||||||
|
|
||||||
class CSP
|
class CSP implements \Stringable
|
||||||
{
|
{
|
||||||
public
|
public
|
||||||
$report = false,
|
$report = false,
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,7 @@
|
||||||
|
|
||||||
namespace SnappyMail;
|
namespace SnappyMail;
|
||||||
|
|
||||||
class QRCode
|
class QRCode implements \Stringable
|
||||||
{
|
{
|
||||||
|
|
||||||
const
|
const
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue