Skip to content

Commit cd8afdc

Browse files
authored
chore: remove deprecated method call
1 parent 6c436f1 commit cd8afdc

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/CSRF.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@
1818
class CSRF extends Anchor
1919
{
2020
public static function init()
21-
{
22-
self::config();
23-
21+
{
2422
if (session_status() !== PHP_SESSION_ACTIVE) {
2523
session_start();
2624
}

0 commit comments

Comments
 (0)