mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-11-10 17:13:38 +08: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;
|
||||
|
||||
class CSP
|
||||
class CSP implements \Stringable
|
||||
{
|
||||
public
|
||||
$report = false,
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
|
||||
namespace SnappyMail;
|
||||
|
||||
class QRCode
|
||||
class QRCode implements \Stringable
|
||||
{
|
||||
|
||||
const
|
||||
|
|
Loading…
Reference in a new issue