We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdd905d commit dddeb5cCopy full SHA for dddeb5c
app/controllers/Blog.php
@@ -4,7 +4,7 @@ class Blog extends BaseController
4
{
5
public function __construct()
6
7
- // Load the model for the blog controller
+ // Load the blog model, so we can use it in the controller
8
$this->loadModel('Blog');
9
}
10
0 commit comments