mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-04-04 06:22:44 +02:00
Merge pull request #368 from bplv112/master
Returned proper object on WinWriterFactory
This commit is contained in:
commit
8eb5b4eed2
@ -11,6 +11,6 @@ class WinWriterFactory implements WriterFactory
|
||||
|
||||
public function createJsonWriter(): JsonWriter
|
||||
{
|
||||
return new UnixJsonWriter();
|
||||
return new WinJsonWriter();
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user