diff --git a/config/laravel-noty.php b/config/laravel-noty.php index 815f279..e0b9eb9 100644 --- a/config/laravel-noty.php +++ b/config/laravel-noty.php @@ -32,9 +32,9 @@ 'closeWith' => ['click'], // ['click', 'button'] /* - * You can use this id with querySelectors. Generated automatically if false. + * You can use this id with querySelectors. Generated automatically if false (must be boolean false). */ - 'id' => 'false', + 'id' => false, /* * Default noty animation, you can use Animated.css or anything else diff --git a/src/views/message.blade.php b/src/views/message.blade.php index 993118e..e45c59f 100644 --- a/src/views/message.blade.php +++ b/src/views/message.blade.php @@ -1,34 +1,37 @@ @if(session()->has('noty.messages')) - @endif