Fix logging access/clone

This commit is contained in:
Dennis Eichhorn 2016-08-11 16:40:17 +02:00
parent 6b6021d25f
commit fbf386b3e5

View File

@ -158,7 +158,7 @@ class FileLogger implements LoggerInterface
* @since 1.0.0
* @author Dennis Eichhorn <d.eichhorn@oms.com>
*/
public function __clone()
private function __clone()
{
}