Skip to content

Commit 30869fa

Browse files
author
Andrey Helldar
authored
Merge pull request #4 from TheDragonCode/1.x
Added `dragon-code/support` 6 support
2 parents efae95f + dbc7dd7 commit 30869fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"require": {
2929
"php": "^8.0",
3030
"doctrine/dbal": "^3.3",
31-
"dragon-code/support": "^5.8",
31+
"dragon-code/support": "^5.8 || ^6.0",
3232
"illuminate/contracts": "^8.37 || ^9.0",
3333
"illuminate/database": "^8.37 || ^9.0",
3434
"illuminate/http": "^8.37 || ^9.0",

src/Models/HttpLog.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
use DragonCode\LaravelHttpLogger\Casts\Method;
1010
use DragonCode\LaravelHttpLogger\Concerns\HasTable;
1111
use DragonCode\Support\Facades\Http\Builder;
12-
use DragonCode\Support\Helpers\Http\Builder as HttpBuilder;
12+
use DragonCode\Support\Http\Builder as HttpBuilder;
1313
use Illuminate\Database\Eloquent\Model;
1414

1515
class HttpLog extends Model

0 commit comments

Comments
 (0)