Flowframe / laravel-trend

Generate trends for your models. Easily generate charts or reports.
MIT License
698 stars 71 forks source link

Update Trend class to support macroable #70

Open alkhatibdev opened 1 month ago

alkhatibdev commented 1 month ago

This pull request introduces the Macroable trait to the Trend class, enabling it to support macros. By incorporating this feature, developers can now dynamically add custom methods to the Trend class, extending its functionality without modifying the core code.

By supporting macros, we ensure that the Trend class becomes more adaptable and capable of meeting diverse developer needs through the power of macros.