Skip to content

Commit 9d9e243

Browse files
committed
Delete specific notification views and use default view
You can publish the views and create specific views if needed to tweak them per app.
1 parent fecf427 commit 9d9e243

File tree

5 files changed

+1
-13
lines changed

5 files changed

+1
-13
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<div>
2-
{{ $notification->message }}.
2+
{{ $notification->message }}
33
</div>

resources/views/notifications/error.blade.php

Lines changed: 0 additions & 3 deletions
This file was deleted.

resources/views/notifications/info.blade.php

Lines changed: 0 additions & 3 deletions
This file was deleted.

resources/views/notifications/success.blade.php

Lines changed: 0 additions & 3 deletions
This file was deleted.

resources/views/notifications/warning.blade.php

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)