Skip to content

Commit

Permalink
Expose file location of IncludeInterceptor
Browse files Browse the repository at this point in the history
This removes the need to use reflection for that.
  • Loading branch information
BackEndTea authored Jan 26, 2020
1 parent 02f9f90 commit c7ad413
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/IncludeInterceptor.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@

final class IncludeInterceptor
{
public const LOCATION = __DIR__;
private const STREAM_OPEN_FOR_INCLUDE = 0x00000080;

/**
Expand Down

0 comments on commit c7ad413

Please sign in to comment.