mirror of
https://github.com/archtechx/virtualcolumn.git
synced 2025-12-12 06:44:05 +00:00
Merge branch 'encrypted-casts' of https://github.com/lukinovec/virtualcolumn into encrypted-casts
This commit is contained in:
commit
86b5384447
1 changed files with 1 additions and 1 deletions
|
|
@ -4,8 +4,8 @@ declare(strict_types=1);
|
|||
|
||||
namespace Stancl\VirtualColumn;
|
||||
|
||||
use Illuminate\Support\Facades\Crypt;
|
||||
use Illuminate\Contracts\Encryption\DecryptException;
|
||||
use Illuminate\Support\Facades\Crypt;
|
||||
|
||||
/**
|
||||
* This trait lets you add a "data" column functionality to any Eloquent model.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue