🆙 Fixed and no bugs anymore 🆙

This commit is contained in:
Remco
2026-01-07 20:01:53 +01:00
parent 6bf99066a5
commit 65ea6c167f
34 changed files with 63 additions and 63 deletions
@@ -10,7 +10,7 @@ class CustomQueryBuilder extends Builder
public function __construct()
{
// Call the parent constructor with a dummy query
parent::__construct(resolve('db')->query());
parent::__construct(app('db')->query());
}
#[\Override]