Skip to content

Commit

Permalink
Fix class references
Browse files Browse the repository at this point in the history
  • Loading branch information
mpdude committed Mar 28, 2024
1 parent 6c5563a commit 07d9c91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/NotModified/Annotation/ReplaceWithNotModifiedResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ public function __construct(array $parameters)
'webfactory/http-cache-bundle',
'1.4.0',
'The %s annotation has been deprecated, use the %s attribute instead.',
NotModified\Annotation\ReplaceWithNotModifiedResponse::class,
NotModified\Attribute\ReplaceWithNotModifiedResponse::class
__CLASS__
\Webfactory\HttpCacheBundle\NotModified\Attribute\ReplaceWithNotModifiedResponse::class
);

parent::__construct($parameters['value']);
Expand Down

0 comments on commit 07d9c91

Please sign in to comment.