date group fixed..

This commit is contained in:
Cüneyt Şentürk
2021-07-15 13:09:45 +03:00
parent 73f60ced6c
commit 8b69aeeb4b
2 changed files with 6 additions and 2 deletions

View File

@ -43,7 +43,7 @@
locale="{{ language()->getShortCode() }}"
@if (!empty($attributes['period']))
@if (isset($attributes['period']))
period="{{ $attributes['period'] }}"
@endif