for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Staudenmeir\EloquentJsonRelations;
class JsonKey
{
public function __construct(protected string $column)
//
}
public function __toString(): string
return $this->column;