This commit is contained in:
Manuel Raynaud
2014-04-11 09:36:43 +02:00
parent 441ac3dc2a
commit b60abb206b
8 changed files with 143 additions and 146 deletions

View File

@@ -129,7 +129,8 @@ class Tlog Implements LoggerInterface
*
* @return Tlog a new Tlog instance.
*/
public static function getNewInstance() {
public static function getNewInstance()
{
$instance = new Tlog();
$instance->init();