Skip to content

Commit

Permalink
Merge pull request #4 from TheDragonCode/1.x
Browse files Browse the repository at this point in the history
Added `dragon-code/support` 6 support
  • Loading branch information
Andrey Helldar authored Apr 20, 2022
2 parents efae95f + dbc7dd7 commit 30869fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"require": {
"php": "^8.0",
"doctrine/dbal": "^3.3",
"dragon-code/support": "^5.8",
"dragon-code/support": "^5.8 || ^6.0",
"illuminate/contracts": "^8.37 || ^9.0",
"illuminate/database": "^8.37 || ^9.0",
"illuminate/http": "^8.37 || ^9.0",
Expand Down
2 changes: 1 addition & 1 deletion src/Models/HttpLog.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
use DragonCode\LaravelHttpLogger\Casts\Method;
use DragonCode\LaravelHttpLogger\Concerns\HasTable;
use DragonCode\Support\Facades\Http\Builder;
use DragonCode\Support\Helpers\Http\Builder as HttpBuilder;
use DragonCode\Support\Http\Builder as HttpBuilder;
use Illuminate\Database\Eloquent\Model;

class HttpLog extends Model
Expand Down

0 comments on commit 30869fa

Please sign in to comment.