Skip to content

Commit c29bd0d

Browse files
authored
Fix Settings facade DocBloc (#419)
1 parent 1df3c34 commit c29bd0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/Facades/Settings.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
/**
88
* @method static void set($key, $value)
9-
* @method static void mixed($key, $default = null)
9+
* @method static mixed get($key, $default = null)
1010
*/
1111
class Settings extends Facade
1212
{

0 commit comments

Comments
 (0)