Skip to content

Commit bdd905d

Browse files
authored
Fix model class name to match with actual class
1 parent 68499ba commit bdd905d

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
@@ -5,7 +5,7 @@ class Blog extends BaseController
55
public function __construct()
66
{
77
// Load the model for the blog controller
8-
$this->loadModel('blog');
8+
$this->loadModel('Blog');
99
}
1010

1111
public function viewPost($slug)

0 commit comments

Comments
 (0)