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.
2 parents efae95f + dbc7dd7 commit 30869faCopy full SHA for 30869fa
composer.json
@@ -28,7 +28,7 @@
28
"require": {
29
"php": "^8.0",
30
"doctrine/dbal": "^3.3",
31
- "dragon-code/support": "^5.8",
+ "dragon-code/support": "^5.8 || ^6.0",
32
"illuminate/contracts": "^8.37 || ^9.0",
33
"illuminate/database": "^8.37 || ^9.0",
34
"illuminate/http": "^8.37 || ^9.0",
src/Models/HttpLog.php
@@ -9,7 +9,7 @@
9
use DragonCode\LaravelHttpLogger\Casts\Method;
10
use DragonCode\LaravelHttpLogger\Concerns\HasTable;
11
use DragonCode\Support\Facades\Http\Builder;
12
-use DragonCode\Support\Helpers\Http\Builder as HttpBuilder;
+use DragonCode\Support\Http\Builder as HttpBuilder;
13
use Illuminate\Database\Eloquent\Model;
14
15
class HttpLog extends Model
0 commit comments