Skip to content

Commit 6ede0df

Browse files
authored
Fix caps for model name + Add comment
1 parent dddeb5c commit 6ede0df

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

app/controllers/Kik.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@ class Kik extends BaseController
44
{
55
public function __construct()
66
{
7-
$this->loadModel('kik');
7+
/**
8+
* Load the Kik model,
9+
* so we can use it later in this class with `modelFunction`
10+
*/
11+
$this->loadModel('Kik');
812
}
913

1014
public function index()

0 commit comments

Comments
 (0)