We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 943c5a0 commit 81a8a83Copy full SHA for 81a8a83
1 file changed
src/support/Db.php
@@ -16,6 +16,7 @@
16
17
use Closure;
18
use Webman\Database\Manager;
19
+use Illuminate\Contracts\Database\Query\Expression;
20
21
require_once __DIR__ . '/../Initializer.php';
22
@@ -31,8 +32,9 @@
31
32
* @method static void beginTransaction()
33
* @method static void rollBack($toLevel = null)
34
* @method static void commit()
35
+ * @method static Expression raw(mixed $value)
36
*/
37
class Db extends Manager
38
{
39
-}
40
+}
0 commit comments