From c7ad413068fd5d40a82c093a4d606787267b37d0 Mon Sep 17 00:00:00 2001 From: Gert de Pagter Date: Sun, 26 Jan 2020 21:51:05 +0100 Subject: [PATCH] Expose file location of IncludeInterceptor This removes the need to use reflection for that. --- src/IncludeInterceptor.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/IncludeInterceptor.php b/src/IncludeInterceptor.php index 96bdbff..0b52534 100644 --- a/src/IncludeInterceptor.php +++ b/src/IncludeInterceptor.php @@ -42,6 +42,7 @@ final class IncludeInterceptor { + public const LOCATION = __DIR__; private const STREAM_OPEN_FOR_INCLUDE = 0x00000080; /**