1
0
Fork 0
mirror of https://github.com/archtechx/virtualcolumn.git synced 2025-12-12 21:54:04 +00:00

dd() Laravel version

This commit is contained in:
lukinovec 2023-08-09 12:34:55 +02:00
parent 2a4c80acc0
commit 73eca107c7

View file

@ -111,7 +111,7 @@ class VirtualColumnTest extends TestCase
/** @test */
public function encrypted_casts_work_with_virtual_column() {
dump('LARAVEL VERSION', app()::VERSION);
dd('LARAVEL VERSION', app()::VERSION);
// Custom encrypted castables have to be specified in the $customEncryptedCastables static property
MyModel::$customEncryptedCastables = [EncryptedCast::class];