for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Helldar\LaravelLangPublisher\Traits;
trait Jsonable
{
/** @var bool */
protected $is_json = false;
protected function isCurrentJson(): bool
return $this->is_json;
}