Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / node / src / Plugin / views / wizard / Node.php
index c9929c51f4adfa7f8ce96bd5c06bc684d3747daf..0fd93675a8f331292e86fee1a27f9cef7dca628d 100644 (file)
@@ -37,7 +37,7 @@ class Node extends WizardPluginBase {
   public function getAvailableSorts() {
     // You can't execute functions in properties, so override the method
     return [
-      'node_field_data-title:ASC' => $this->t('Title')
+      'node_field_data-title:ASC' => $this->t('Title'),
     ];
   }