When i use this https://docs.phalcon.io/en/latest/reference/assets.html#minification-filtering
//Join all the resources in a single file
->join(true)
I get error
<b>Fatal error</b>: Call to undefined method Phalcon\Assets\Manager::join()
When i use this https://docs.phalcon.io/en/latest/reference/assets.html#minification-filtering
//Join all the resources in a single file
->join(true)
I get error
<b>Fatal error</b>: Call to undefined method Phalcon\Assets\Manager::join()