check(); } public function rules(): array { return [ 'file' => ['prohibited'], 'attachment' => ['prohibited'], 'document' => ['prohibited'], 'import_file' => ['prohibited'], 'avatar' => ['prohibited'], ]; } }