Browse Source

Fixed case

Michael Francis 14 năm trước cách đây
mục cha
commit
3f7353eb51
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      controllers/ContentController.php

+ 1 - 1
controllers/ContentController.php

@@ -1,7 +1,7 @@
 <?php
 
 namespace app\controllers;
-use app\models\anime;
+use app\models\Anime;
 
 class ContentController extends \lithium\action\Controller {
 	public $publicActions = array('anime');