novuhq / novu-php

PHP SDK for Novu - The open-source notification infrastructure for engineers. :rocket:
https://docs.novu.co/sdks/php
MIT License
85 stars 23 forks source link

Fix: filter layouts return data #71

Open mamun724682 opened 4 months ago

mamun724682 commented 4 months ago

Currently data returning null.

[
  "page" => 0
  "totalCount" => 2
  "pageSize" => 10
  "data" => [
    0 => null
    1 => null
  ]
]