10], [['app_url'], 'string', 'max' => 100], [['last_release'], 'string', 'max' => 20], ]; } /** * @inheritdoc */ public function attributeLabels() { return [ 'id' => 'ID', 'app_version' => 'App Version', 'app_url' => 'App Url', 'last_release' => 'Last Release', ]; } }