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 68499ba commit bdd905dCopy full SHA for bdd905d
app/controllers/Blog.php
@@ -5,7 +5,7 @@ class Blog extends BaseController
5
public function __construct()
6
{
7
// Load the model for the blog controller
8
- $this->loadModel('blog');
+ $this->loadModel('Blog');
9
}
10
11
public function viewPost($slug)
0 commit comments