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/0b9b1f6195b274a5f4d63bbe971ca584ead3284a/app/common/model/teste.php
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
<?php
|
|
|
|
use Phacil\Framework\Model;
|
|
|
|
class ModelCommonTeste extends Model {
|
|
|
|
/** @return string */
|
|
public function oi() {return "ta"; }
|
|
} |