Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / lib / Drupal / Core / Database / Driver / sqlite / Truncate.php
index c58ff7d38c089024c256b1b8f71af33d1ca2d9b6..386912f878011c4f14ad38db4a1f2fca1a53730c 100644 (file)
@@ -11,6 +11,7 @@ use Drupal\Core\Database\Query\Truncate as QueryTruncate;
  * exactly the effect (it is implemented by DROPing the table).
  */
 class Truncate extends QueryTruncate {
+
   public function __toString() {
     // Create a sanitized comment string to prepend to the query.
     $comments = $this->connection->makeComment($this->comments);