diff --git a/CHANGELOG.md b/CHANGELOG.md index 7410bca..fb9a894 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,4 +4,3 @@ All notable changes to this project will be documented in this file. ## 1.0.0 - 2017-03-21 ### Added - This CHANGELOG file to hopefully serve as an evolving example of a standardized open source project CHANGELOG. -- Added Gentelella XPanel widget. \ No newline at end of file diff --git a/controllers/ArticleController.php b/controllers/ArticleController.php index 4933357..f0c71f7 100755 --- a/controllers/ArticleController.php +++ b/controllers/ArticleController.php @@ -16,7 +16,7 @@ /** * BlogArticleController implements the CRUD actions for BlogArticle model. */ - class BlogArticleController extends Controller + class ArticleController extends Controller { /** * @inheritdoc diff --git a/controllers/BlogCategoryController.php b/controllers/BlogCategoryController.php index 094912c..01d1f76 100755 --- a/controllers/BlogCategoryController.php +++ b/controllers/BlogCategoryController.php @@ -1,10 +1,10 @@