mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
stream_wrapper_register(..., Class::class)
This commit is contained in:
parent
f805ae53dc
commit
b02274b35f
3 changed files with 3 additions and 3 deletions
|
|
@ -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);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue