We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
whenQueryingForLongerThan
1 parent 26ed162 commit 56a0bdfCopy full SHA for 56a0bdf
src/Illuminate/Support/Facades/DB.php
@@ -34,6 +34,7 @@
34
* @method static void listen(\Closure $callback)
35
* @method static void rollBack(int $toLevel = null)
36
* @method static void setDefaultConnection(string $name)
37
+ * @method static void whenQueryingForLongerThan(\DateTimeInterface|\Carbon\CarbonInterval|float|int $threshold, callable $handler)
38
*
39
* @see \Illuminate\Database\DatabaseManager
40
* @see \Illuminate\Database\Connection
0 commit comments