Skip to content

Commit

Permalink
MOL-1124: CS Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitalij Mik committed Oct 19, 2023
1 parent 6572ba4 commit 4dd67f2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Service/Logger/MollieLoggerFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ public function __construct(SettingsService $settingsService, string $filename,
*/
public function createLogger(): LoggerInterface
{

if ($this->dsn === '' || $this->dsn === 'mysql://_placeholder.test') {
// deployment server without database
return new Logger(self::CHANNEL);
Expand Down

0 comments on commit 4dd67f2

Please sign in to comment.