Skip to content

Commit fdaff4c

Browse files
brandonkellygithub-actions[bot]
authored andcommitted
Update facade docblocks
1 parent 56bc151 commit fdaff4c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Support/Facades/Security.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
use Illuminate\Support\Facades\Facade;
88

99
/**
10+
* @method static bool isSensitive(string $key)
11+
* @method static mixed redactIfSensitive(string $key, mixed $value)
12+
* @method static bool isSystemDir(string $path)
13+
*
1014
* @see \CraftCms\Cms\Support\Security
1115
*/
1216
final class Security extends Facade

0 commit comments

Comments
 (0)