Skip to content

Commit e753742

Browse files
taylorotwellgithub-actions[bot]
authored andcommitted
Update facade docblocks
1 parent 1402487 commit e753742

File tree

1 file changed

+1
-1
lines changed
  • src/Illuminate/Support/Facades

1 file changed

+1
-1
lines changed

src/Illuminate/Support/Facades/Log.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
* @method static \Psr\Log\LoggerInterface driver(string|null $driver = null)
1010
* @method static \Illuminate\Log\LogManager shareContext(array $context)
1111
* @method static array sharedContext()
12+
* @method static \Illuminate\Log\LogManager withoutContext()
1213
* @method static \Illuminate\Log\LogManager flushSharedContext()
1314
* @method static string|null getDefaultDriver()
1415
* @method static void setDefaultDriver(string $name)
@@ -26,7 +27,6 @@
2627
* @method static void log(mixed $level, string $message, array $context = [])
2728
* @method static void write(string $level, \Illuminate\Contracts\Support\Arrayable|\Illuminate\Contracts\Support\Jsonable|\Illuminate\Support\Stringable|array|string $message, array $context = [])
2829
* @method static \Illuminate\Log\Logger withContext(array $context = [])
29-
* @method static \Illuminate\Log\Logger withoutContext()
3030
* @method static void listen(\Closure $callback)
3131
* @method static \Psr\Log\LoggerInterface getLogger()
3232
* @method static \Illuminate\Contracts\Events\Dispatcher getEventDispatcher()

0 commit comments

Comments
 (0)