diff --git a/Resources/config/config.php b/Resources/config/config.php index b92ca1c2..a2bac923 100644 --- a/Resources/config/config.php +++ b/Resources/config/config.php @@ -35,7 +35,7 @@ return array( 'onHidden' => null, 'onShown' => null, 'positionClass' => 'toast-top-right', - 'preventDuplicates' => true, + 'preventDuplicates' => false, 'progressBar' => true, 'progressClass' => 'toast-progress', 'rtl' => false,