Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / chi-teck / drupal-code-generator / templates / d8 / hook / install_tasks.twig
index 0bf2095022301cbc05632a9bbc4f5003fc4c5f3d..6e5258193f506e53aad7a2a01901b960060f6fee 100644 (file)
@@ -57,8 +57,7 @@ function {{ machine_name }}_install_tasks(&$install_state) {
     // tasks are complete, with a link to reload the current page and therefore
     // pass on to the final Drupal installation tasks when the user is ready to
     // do so).
-    'myprofile_final_site_setup' => [
-    ],
+    'myprofile_final_site_setup' => [],
   ];
   return $tasks;
 }