Skip to content

Commit dddeb5c

Browse files
authored
Make comment simpler
1 parent bdd905d commit dddeb5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/controllers/Blog.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ class Blog extends BaseController
44
{
55
public function __construct()
66
{
7-
// Load the model for the blog controller
7+
// Load the blog model, so we can use it in the controller
88
$this->loadModel('Blog');
99
}
1010

0 commit comments

Comments
 (0)