Skip to content

Commit ce91625

Browse files
committed
Fix use Model issue
1 parent a749528 commit ce91625

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Storage/EntryModelEncryptionCast.php

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
use Illuminate\Contracts\Database\Eloquent\CastsAttributes;
66
use Illuminate\Database\Eloquent\Casts\Json;
77
use Illuminate\Support\Facades\Crypt;
8+
use Illuminate\Database\Eloquent\Model;
89

910
class EntryModelEncryptionCast extends Json implements CastsAttributes
1011
{

0 commit comments

Comments
 (0)