Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / views / src / Plugin / Derivative / DefaultWizardDeriver.php
index f6a045cf32dfa4eb25800225c49c41172c85941f..a2616e8e8f2139d25eae451f74b9cb4fd0586048 100644 (file)
@@ -11,6 +11,7 @@ use Drupal\views\Views;
  * The derivatives store all base table plugin information.
  */
 class DefaultWizardDeriver extends DeriverBase {
+
   /**
    * {@inheritdoc}
    */
@@ -25,7 +26,7 @@ class DefaultWizardDeriver extends DeriverBase {
           'id' => 'standard',
           'base_table' => $table,
           'title' => $views_info['table']['base']['title'],
-          'class' => 'Drupal\views\Plugin\views\wizard\Standard'
+          'class' => 'Drupal\views\Plugin\views\wizard\Standard',
         ];
       }
     }