#  SystemController

**Fully Qualified**: [`\Frontastic\Common\CoreBundle\Controller\SystemController`](../../../../src/php/CoreBundle/Controller/SystemController.php)

**Extends**: `\Symfony\Bundle\FrameworkBundle\Controller\AbstractController`

## Methods

* [__construct()](#__construct)
* [versionAction()](#versionaction)

### __construct()

```php
public function __construct(
    string $env
): mixed
```

Argument|Type|Default|Description
--------|----|-------|-----------
`$env`|`string`||

Return Value: `mixed`

### versionAction()

```php
public function versionAction(): \Symfony\Component\HttpFoundation\JsonResponse
```

*This endpoint exists as a health check for deployments. Do NOT remove.*

Return Value: `\Symfony\Component\HttpFoundation\JsonResponse`

Generated with [Frontastic API Docs](https://github.com/FrontasticGmbH/apidocs).
