The trait Helldar\LaravelLangPublisher\Concerns\Logger requires the property $output which is not provided by Helldar\LaravelLangPubli...ices\Filesystem\Manager.
Loading history...
15
16
11
public function load(string $path): array
17
{
18
11
$this->log('Loading data from an array: ' . $path);
19
20
11
return $this->filesystem($path)->load($path);
21
}
22
23
11
public function store(string $path, array $content)
24
{
25
11
$this->log('Saving an array to a file: ' . $path);