We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a749528 commit ce91625Copy full SHA for ce91625
src/Storage/EntryModelEncryptionCast.php
@@ -5,6 +5,7 @@
5
use Illuminate\Contracts\Database\Eloquent\CastsAttributes;
6
use Illuminate\Database\Eloquent\Casts\Json;
7
use Illuminate\Support\Facades\Crypt;
8
+use Illuminate\Database\Eloquent\Model;
9
10
class EntryModelEncryptionCast extends Json implements CastsAttributes
11
{
0 commit comments