Whoops. Fixed self-referencing constant.

This commit is contained in:
James Cole 2020-10-04 07:20:48 +02:00
parent 61ffc8ada6
commit 4d2d9d4d6e
No known key found for this signature in database
GPG Key ID: B5669F9493CDE38D

View File

@ -46,7 +46,7 @@ abstract class Controller extends BaseController
protected ParameterBag $parameters;
protected const CONTENT_TYPE = self::CONTENT_TYPE;
protected const CONTENT_TYPE = 'application/vnd.api+json';
/**
* Controller constructor.