mirror of
https://github.com/archtechx/virtualcolumn.git
synced 2025-12-12 09:24:02 +00:00
Fix code style (php-cs-fixer)
This commit is contained in:
parent
de9d9d7cab
commit
c4c52d0970
1 changed files with 1 additions and 1 deletions
|
|
@ -4,8 +4,8 @@ declare(strict_types=1);
|
||||||
|
|
||||||
namespace Stancl\VirtualColumn;
|
namespace Stancl\VirtualColumn;
|
||||||
|
|
||||||
use Illuminate\Support\Facades\Crypt;
|
|
||||||
use Illuminate\Contracts\Encryption\DecryptException;
|
use Illuminate\Contracts\Encryption\DecryptException;
|
||||||
|
use Illuminate\Support\Facades\Crypt;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This trait lets you add a "data" column functionality to any Eloquent model.
|
* This trait lets you add a "data" column functionality to any Eloquent model.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue