Reduce number of queries for update check (#520)

This commit is contained in:
Nabeel S
2020-01-30 12:44:59 -05:00
committed by GitHub
parent f0719d4d8d
commit 3c1b433c29
4 changed files with 14 additions and 10 deletions

View File

@@ -1,4 +1,4 @@
@foreach (session('flash_notification', collect())->toArray() as $message)
@foreach (session('flash_notification', []) as $message)
@if ($message['overlay'])
@include('flash::modal', [
'modalClass' => 'flash-modal',