Skip to content
This repository was archived by the owner on Jan 7, 2025. It is now read-only.

Commit 381b7cd

Browse files
update readme
1 parent ee74ca6 commit 381b7cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Laravel Efficient UUIDs
2-
## v4.0.0
2+
## v4.0.1
33

44
[![Build Status](https://travis-ci.org/michaeldyrynda/laravel-efficient-uuid.svg?branch=master)](https://travis-ci.org/michaeldyrynda/laravel-efficient-uuid)
55
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/michaeldyrynda/laravel-efficient-uuid/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/michaeldyrynda/laravel-efficient-uuid/?branch=master)
@@ -61,7 +61,7 @@ You will need to add a cast to your model when using [laravel-model-uuid](https:
6161

6262
namespace App;
6363

64-
use Dyrynda\Database\Support\Casts\EfficientUuid;
64+
use Dyrynda\Database\Casts\EfficientUuid;
6565
use Dyrynda\Database\Support\GeneratesUuid;
6666
use Illuminate\Database\Eloquent\Model;
6767

0 commit comments

Comments
 (0)