Security update for Core, with self-updated composer
[yaffs-website] / vendor / symfony / config / Tests / Resource / ResourceStub.php
index 78799d7b91967dae15a5eed009cea54b0dbe241f..b01729cbff8538e8e7d5a168d6bc6fb184ce6e50 100644 (file)
@@ -31,9 +31,4 @@ class ResourceStub implements SelfCheckingResourceInterface
     {
         return $this->fresh;
     }
-
-    public function getResource()
-    {
-        return 'stub';
-    }
 }