xy2z / capro

PHP8 static site generator
MIT License
8 stars 2 forks source link

count() method on Capro class (Collector.php) #14

Closed xy2z closed 1 year ago

xy2z commented 1 year ago

so you can do Capro::...->count() instead of count(Capro::....->get();

xy2z commented 1 year ago

Done