When i use this http://docs.phalconphp.com/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 http://docs.phalconphp.com/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()