Moved CSRFP into the root namespace.
This commit is contained in:
parent
d3c7b8f496
commit
4806b35c6b
3 changed files with 3 additions and 3 deletions
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
0.2407.312052
|
||||
0.2407.312054
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
// Created: 2021-06-11
|
||||
// Updated: 2024-07-31
|
||||
|
||||
namespace Index\Security;
|
||||
namespace Index;
|
||||
|
||||
use Index\UriBase64;
|
||||
|
|
@ -7,7 +7,7 @@ declare(strict_types=1);
|
|||
|
||||
use PHPUnit\Framework\TestCase;
|
||||
use PHPUnit\Framework\Attributes\CoversClass;
|
||||
use Index\Security\CSRFP;
|
||||
use Index\CSRFP;
|
||||
|
||||
#[CoversClass(CSRFP::class)]
|
||||
final class CSRFPTest extends TestCase {
|
||||
|
|
Loading…
Reference in a new issue