From cd2cd5948a882c84857e6f56414f212915df97ce Mon Sep 17 00:00:00 2001 From: lukinovec Date: Wed, 9 Aug 2023 12:36:58 +0200 Subject: [PATCH] Delete dd() --- tests/VirtualColumnTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/VirtualColumnTest.php b/tests/VirtualColumnTest.php index 85db0c3..1ec2506 100644 --- a/tests/VirtualColumnTest.php +++ b/tests/VirtualColumnTest.php @@ -111,7 +111,6 @@ class VirtualColumnTest extends TestCase /** @test */ 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 MyModel::$customEncryptedCastables = [EncryptedCast::class];