1
0
Fork 0
mirror of synced 2024-09-30 01:08:13 +13:00

Remove redundant code

This commit is contained in:
Jake Barnby 2022-12-21 19:15:42 +13:00
parent 09a6726afa
commit 2ee9f2607f
No known key found for this signature in database
GPG key ID: C437A8CC85B96E9C
2 changed files with 0 additions and 16 deletions

View file

@ -2316,17 +2316,6 @@ $collections = [
'array' => false,
'filters' => [],
],
[
'$id' => ID::custom('buildTime'),
'type' => Database::VAR_INTEGER,
'format' => '',
'size' => 0,
'signed' => true,
'required' => false,
'default' => null,
'array' => false,
'filters' => [],
],
[
'array' => false,
'$id' => ID::custom('entrypoint'),

View file

@ -231,11 +231,6 @@ class Response extends SwooleResponse
*/
protected array $payload = [];
/**
* @var string
*/
protected $model = '';
/**
* Response constructor.
*