diff --git a/composer.json b/composer.json index 86571a0..f9b4bb1 100644 --- a/composer.json +++ b/composer.json @@ -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", diff --git a/src/Models/HttpLog.php b/src/Models/HttpLog.php index 706489e..6c95b82 100644 --- a/src/Models/HttpLog.php +++ b/src/Models/HttpLog.php @@ -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