Your ROOT_URL in app.ini is https://code.exacti.com.br/ but you are visiting https://git.exacti.com.br/ExacTI/phacil-framework/src/commit/d6ae0453aabe9fbe3537683f58a132da0d763278/app/common/model/teste.php You should set ROOT_URL correctly, otherwise the web may not work correctly.
A super easy PHP Framework for web development! https://github.com/exacti/phacil-framework

9 lines
140 B

<?php
use Phacil\Framework\Model;
class ModelCommonTeste extends Model {
/** @return string */
public function oi() {return "ta"; }
}