1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-04 16:10:08 +01:00

Fix code styling

This commit is contained in:
mattstauffer
2023-04-26 13:35:44 +00:00
committed by github-actions[bot]
parent dae5773551
commit bfbdb075eb

View File

@@ -155,6 +155,7 @@ public function read(): array
if ($this->files->exists($this->path())) {
return json_decode($this->files->get($this->path()), true, 512, JSON_THROW_ON_ERROR);
}
return [];
}