Skip to content

Commit d3da1cf

Browse files
authored
fix: fix typo/duplicate method name
1 parent 1250e2f commit d3da1cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/System/Support/Facades/Config.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
/**
1010
* @method static bool has(string $key)
11-
* @method static mixed has(string $key, mixed $default = null)
11+
* @method static mixed get(string $key, mixed $default = null)
1212
* @method static void set(string $key, mixed $value)
1313
* @method static void push(string $key, mixed $value)
1414
* @method static array<string, mixed> toArray()

0 commit comments

Comments
 (0)