Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / migrate / src / Plugin / migrate / source / DummyQueryTrait.php
index b77f95e2736712d9f72fb48cd0afe6677612d619..efe56b41fa2629869a40bb6c79decf833608c7d6 100644 (file)
@@ -27,7 +27,7 @@ trait DummyQueryTrait {
   /**
    * {@inheritdoc}
    */
-  public function count() {
+  public function count($refresh = FALSE) {
     return 1;
   }