32], [['file_path'], 'string', 'max' => 500], [['hash'], 'unique'], ]; } /** * {@inheritdoc} */ public function attributeLabels() { return [ 'hash' => 'Hash', 'base64code' => 'Base64code', 'file_path' => 'File Path', ]; } }