remove adapter attributes

This commit is contained in:
Damodar Lohani 2022-02-15 08:45:23 +00:00
parent bc0870ed12
commit 6801b2dd8b

View file

@ -61,18 +61,6 @@ class Bucket extends Model
'default' => true,
'example' => false,
])
->addRule('adapter', [
'type' => self::TYPE_STRING,
'description' => 'Storage adapter.',
'default' => '',
'example' => 'local',
])
->addRule('adapterCredentials', [
'type' => self::TYPE_JSON,
'description' => 'Storage adapter credentials.',
'default' => new \stdClass,
'example' => ['key' => 'value'],
])
->addRule('maximumFileSize', [
'type' => self::TYPE_INTEGER,
'description' => 'Maximum file size supported.',