index model fix render call function
This commit is contained in:
parent
76a08633c1
commit
ee82e6720d
@ -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() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user