Skip to content

Commit 36ccf3e

Browse files
authored
Merge pull request #134 from bfenton-smugmug/fix-autoloading
fix namespace on dummy implementation to match PSR-4
2 parents f450a8a + 56160a3 commit 36ccf3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LaunchDarkly/Impl/NullEventProcessor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
namespace LaunchDarkly;
2+
namespace LaunchDarkly\Impl;
33

44
class NullEventProcessor
55
{

0 commit comments

Comments
 (0)