Skip to content
Snippets Groups Projects
Commit a2e6f1b9 authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms
Browse files

refine doc block, fixes #4396

Closes #4396

Merge request studip/studip!3281
parent c018e0bb
No related branches found
No related tags found
No related merge requests found
......@@ -4,16 +4,13 @@ namespace JsonApi\Routes\StudyAreas;
use Psr\Http\Message\ServerRequestInterface as Request;
use Psr\Http\Message\ResponseInterface as Response;
use JsonApi\Errors\AuthorizationFailedException;
use JsonApi\Errors\RecordNotFoundException;
use JsonApi\JsonApiController;
/**
* Zeigt eine bestimmte Veranstaltung an.
* Zeigt einen bestimmten Studienbereich an.
*/
class StudyAreasIndex extends JsonApiController
{
protected $allowedIncludePaths = [
'children',
'courses',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment