Skip to content

Commit 48302e3

Browse files
authored
Update model.php
1 parent d459233 commit 48302e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/model.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
// define folder for all of models, the name ModelFolder should not be changed
66
define("ModelFolder", "models/", true);
77

8-
// decalre models here
8+
// declare models here
99
$ModelList = array (
1010
// eg.:
1111
// "mymodel" => array ("file" => "mymodel.php")
1212
);
13-
?>
13+
?>

0 commit comments

Comments
 (0)