Skip to content

Commit

Permalink
Correct namespace for NonceViewHelper
Browse files Browse the repository at this point in the history
  • Loading branch information
lspreitzer committed Apr 20, 2023
1 parent 336618d commit a794af9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/ViewHelpers/Csp/NonceViewHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

declare(strict_types=1);

namespace LimeSoda\ProjectBase\ViewHelpers\Csp;
namespace LimeSoda\LsSecurityHeaders\ViewHelpers\Csp;

use TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface;
use TYPO3Fluid\Fluid\Core\ViewHelper\AbstractViewHelper;
Expand Down

0 comments on commit a794af9

Please sign in to comment.