Skip to content

Commit 56a0bdf

Browse files
authored
[9.x]: Add docblock for whenQueryingForLongerThan (#44700)
1 parent 26ed162 commit 56a0bdf

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

src/Illuminate/Support/Facades/DB.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
* @method static void listen(\Closure $callback)
3535
* @method static void rollBack(int $toLevel = null)
3636
* @method static void setDefaultConnection(string $name)
37+
* @method static void whenQueryingForLongerThan(\DateTimeInterface|\Carbon\CarbonInterval|float|int $threshold, callable $handler)
3738
*
3839
* @see \Illuminate\Database\DatabaseManager
3940
* @see \Illuminate\Database\Connection

0 commit comments

Comments
 (0)