index model fix render call function

This commit is contained in:
mckaygerhard 2024-04-10 12:06:01 -04:00
parent 76a08633c1
commit ee82e6720d

View File

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