Skip to content

Commit

Permalink
Corrected call
Browse files Browse the repository at this point in the history
  • Loading branch information
niden committed Sep 26, 2019
1 parent e5861a4 commit c58d09e
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions phalcon/Logger/LoggerFactory.zep
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,6 @@ class LoggerFactory
*/
public function newInstance(string! name, array! adapters = []) -> <Logger>
{
return create_instance_params(
"Phalcon\\Logger",
[
name,
adapters
]
);
return new Logger(name, adapters);
}
}

0 comments on commit c58d09e

Please sign in to comment.