bernhardh / nova-dynamic-views

A nova package for dynamically overwrite the custom placeholders
16 stars 9 forks source link

fix: refactor from Closure in routes, onto controller method #3

Closed gachowy closed 3 years ago

gachowy commented 3 years ago

Closures block possibility to cache routes. We should avoid closures in routing, and create controller methods instead.

bernhardh commented 3 years ago

You are right. Thanks!