aungwinthant/apilogger

Restore Code Removed by PR #8.

Closed this issue · 2 comments

I took out:


        $endTime = microtime(true);

        $implode_models = $this->models;

        array_walk($implode_models, function(&$value, $key) {
            $value = "{$key} ({$value})";
        });

By accident.

See PR #10.

And it was merged! :)

Sorry, computer froze.