Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / zendframework / zend-diactoros / src / RelativeStream.php
index 10a9308af58983cc9f5b76616c02c17b13f279e7..5f2eb915e12a9838548f454b4e4878d2d55ac394 100644 (file)
@@ -10,6 +10,8 @@ namespace Zend\Diactoros;
 use Psr\Http\Message\StreamInterface;
 use RuntimeException;
 
+use const SEEK_SET;
+
 /**
  * Class RelativeStream
  *