File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/Illuminate/Support/Facades Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 19
19
* @method static array exceptHidden(array $keys)
20
20
* @method static \Illuminate\Log\Context\Repository add(string|array $key, mixed $value = null)
21
21
* @method static \Illuminate\Log\Context\Repository addHidden(string|array $key, mixed $value = null)
22
+ * @method static mixed remember(string $key, mixed $value)
23
+ * @method static mixed rememberHidden(string $key, mixed $value)
22
24
* @method static \Illuminate\Log\Context\Repository forget(string|array $key)
23
25
* @method static \Illuminate\Log\Context\Repository forgetHidden(string|array $key)
24
26
* @method static \Illuminate\Log\Context\Repository addIf(string $key, mixed $value)
44
46
* @method static bool hasMacro(string $name)
45
47
* @method static void flushMacros()
46
48
* @method static \Illuminate\Database\Eloquent\Model restoreModel(\Illuminate\Contracts\Database\ModelIdentifier $value)
47
- * @method static mixed remember(string $key, mixed $value)
48
- * @method static mixed rememberHidden(string $key, mixed $value)
49
49
*
50
50
* @see \Illuminate\Log\Context\Repository
51
51
*/
You can’t perform that action at this time.
0 commit comments