mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-04 19:53:44 +00:00
Whoops. Fixed self-referencing constant.
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user