This commit is contained in:
a-samoylov 2019-08-22 13:13:53 +03:00
parent 6c4a628985
commit abb8159adb
3 changed files with 2 additions and 3 deletions

View File

@ -21,7 +21,6 @@ use Joomla\CMS\MVC\View\JsonApiView;
use Joomla\CMS\MVC\Controller\Exception\ResourceNotFound;
use Joomla\Component\Fields\Administrator\Helper\FieldsHelper;
use Joomla\Input\Input;
use Joomla\String\Inflector;
use Tobscure\JsonApi\Exception\InvalidParameterException;
/**

View File

@ -56,7 +56,7 @@ class JsonapiView extends BaseApiView
'publish_down',
'version',
'images',
'tags'
'tags',
];
/**
@ -85,7 +85,7 @@ class JsonapiView extends BaseApiView
'language_image',
'editor',
'access_level',
'category_title'
'category_title',
];
/**