Skip to content

Commit

Permalink
Update src/Adapter/Module/ModuleDataProvider.php
Browse files Browse the repository at this point in the history
Co-Authored-By: GoT <PierreRambaud@users.noreply.github.com>
  • Loading branch information
PululuK and PierreRambaud committed Apr 8, 2020
1 parent eb63e46 commit 0ecf82e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Adapter/Module/ModuleDataProvider.php
Expand Up @@ -259,7 +259,8 @@ public function isModuleMainClassValid($name)
'%module%' => $name,
'%error_message%' => $e->getMessage(), ],
'Admin.Modules.Notification'
), $log_context_data
),
$log_context_data
);

return false;
Expand Down

0 comments on commit 0ecf82e

Please sign in to comment.