for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Riclep\Storyblok\Fields;
use Riclep\Storyblok\Field;
class Link extends Field
{
public function __toString(): string
return $this->cached_url;
cached_url
Riclep\Storyblok\Fields\Link
__get
}