Hi!
I trying to test 4beta1 with php 7.3. It was ok, but today I got: Fatal error: Cannot override final method Phalcon\Mvc\Model::getSource()
Any ideas?
Thank you!
Found it: now we must use setSource at initialize instead... solved
setSource
initialize
public function initialize() { $this->setSchema("phalcon_demo-app"); $this->setSource("users"); }
I tried it but still does not work!