Skip to content

Commit

Permalink
Merge pull request #7 from infection/location-const
Browse files Browse the repository at this point in the history
Use correct magic const for location
  • Loading branch information
maks-rafalko authored Jan 27, 2020
2 parents 136066e + 767d455 commit 07d20c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/IncludeInterceptor.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

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

/**
Expand Down

0 comments on commit 07d20c3

Please sign in to comment.