X-Git-Url: https://yaffs.net/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Frest%2Fsrc%2FAnnotation%2FRestResource.php;fp=web%2Fcore%2Fmodules%2Frest%2Fsrc%2FAnnotation%2FRestResource.php;h=f525ff1c8490fe798fa52da674e77a1427b561f8;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hp=d21f24c5f05ea7bab82c304a4a27a86c2dbba104;hpb=aea91e65e895364e460983b890e295aa5d5540a5;p=yaffs-website diff --git a/web/core/modules/rest/src/Annotation/RestResource.php b/web/core/modules/rest/src/Annotation/RestResource.php index d21f24c5f..f525ff1c8 100644 --- a/web/core/modules/rest/src/Annotation/RestResource.php +++ b/web/core/modules/rest/src/Annotation/RestResource.php @@ -2,7 +2,7 @@ namespace Drupal\rest\Annotation; -use \Drupal\Component\Annotation\Plugin; +use Drupal\Component\Annotation\Plugin; /** * Defines a REST resource annotation object.