I have a file: public/index.php
$di->set('user', function() use ($di) { return Config::findFirst(1); });
throws an error
Call to undefined method Phalcon\Config::findFirst()
I have a file: public/index.php
$di->set('user', function() use ($di) { return Config::findFirst(1); });
throws an error
Call to undefined method Phalcon\Config::findFirst()