mirror of
https://github.com/archtechx/virtualcolumn.git
synced 2025-12-12 21:34:05 +00:00
Delete dd()
This commit is contained in:
parent
73eca107c7
commit
cd2cd5948a
1 changed files with 0 additions and 1 deletions
|
|
@ -111,7 +111,6 @@ class VirtualColumnTest extends TestCase
|
||||||
|
|
||||||
/** @test */
|
/** @test */
|
||||||
public function encrypted_casts_work_with_virtual_column() {
|
public function encrypted_casts_work_with_virtual_column() {
|
||||||
dd('LARAVEL VERSION', app()::VERSION);
|
|
||||||
// Custom encrypted castables have to be specified in the $customEncryptedCastables static property
|
// Custom encrypted castables have to be specified in the $customEncryptedCastables static property
|
||||||
MyModel::$customEncryptedCastables = [EncryptedCast::class];
|
MyModel::$customEncryptedCastables = [EncryptedCast::class];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue