Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit e819ec2

Browse files
committed
Package Dependency: webpatser/laravel-uuid
1 parent e029976 commit e819ec2

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@
3434
"require": {
3535
"php": ">=7.0",
3636
"owen-it/laravel-auditing": "^6.0",
37-
"elasticsearch/elasticsearch": "6.*"
37+
"elasticsearch/elasticsearch": "6.*",
38+
"webpatser/laravel-uuid": "^3.0"
3839
},
3940
"autoload": {
4041
"psr-4": {

src/Drivers/ElasticSearch.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
namespace Iconscout\Auditing\Drivers;
1515

16-
use Uuid, Carbon\Carbon;
16+
use Webpatser\Uuid\Uuid, Carbon\Carbon;
1717
use Elasticsearch\ClientBuilder;
1818
use Illuminate\Support\Facades\Config;
1919
use Iconscout\Auditing\Jobs\AuditIndexQueuedModels;

0 commit comments

Comments
 (0)