Commit a115fbe6 by 杨昕

test

parent fe8bb9ca
...@@ -28,7 +28,7 @@ class MediaCategoryModel extends Eloquent ...@@ -28,7 +28,7 @@ class MediaCategoryModel extends Eloquent
$catgList = MediaCategoryModel::get()->toArray(); $catgList = MediaCategoryModel::get()->toArray();
}catch (\Exception $exception){ }catch (\Exception $exception){
throw new DatabaseException("组织不存在"); throw new DatabaseException("类别不存在");
} }
return $catgList; return $catgList;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment