mirror of
https://github.com/grocy/grocy.git
synced 2025-08-17 03:04:36 +00:00
Applied EditorConfig settings to all files
This commit is contained in:
@@ -23,13 +23,13 @@ class UserfieldsService extends BaseService
|
||||
protected $OpenApiSpec = null;
|
||||
|
||||
protected function getOpenApispec()
|
||||
{
|
||||
if($this->OpenApiSpec == null)
|
||||
{
|
||||
$this->OpenApiSpec = json_decode(file_get_contents(__DIR__ . '/../grocy.openapi.json'));
|
||||
}
|
||||
return $this->OpenApiSpec;
|
||||
}
|
||||
{
|
||||
if($this->OpenApiSpec == null)
|
||||
{
|
||||
$this->OpenApiSpec = json_decode(file_get_contents(__DIR__ . '/../grocy.openapi.json'));
|
||||
}
|
||||
return $this->OpenApiSpec;
|
||||
}
|
||||
|
||||
public function GetFields($entity)
|
||||
{
|
||||
|
Reference in New Issue
Block a user