index model fix render call function

main
mckaygerhard 2024-04-10 12:06:01 -04:00
parent 76a08633c1
commit ee82e6720d
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ Copyright (c) 2018 Díaz Víctor aka (Máster Vitronic)
class index_model extends model {
public function notFound() {
$this->borrow('notFound')->view();
$this->borrow('notFound')->show();
}
public function show() {