mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-06-28 06:46:27 +00:00
stream_wrapper_register(..., Class::class)
This commit is contained in:
@@ -316,4 +316,4 @@ class Binary
|
||||
}
|
||||
}
|
||||
|
||||
\stream_wrapper_register(Binary::STREAM_NAME, '\\MailSo\\Base\\StreamWrappers\\Binary');
|
||||
\stream_wrapper_register(Binary::STREAM_NAME, Binary::class);
|
||||
|
||||
@@ -164,4 +164,4 @@ class Literal
|
||||
}
|
||||
}
|
||||
|
||||
\stream_wrapper_register(Literal::STREAM_NAME, '\\MailSo\\Base\\StreamWrappers\\Literal');
|
||||
\stream_wrapper_register(Literal::STREAM_NAME, Literal::class);
|
||||
|
||||
@@ -116,4 +116,4 @@ class TempFile
|
||||
}
|
||||
}
|
||||
|
||||
\stream_wrapper_register(TempFile::STREAM_NAME, '\\MailSo\\Base\\StreamWrappers\\TempFile');
|
||||
\stream_wrapper_register(TempFile::STREAM_NAME, TempFile::class);
|
||||
|
||||
Reference in New Issue
Block a user