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:
committed by
github-actions[bot]
parent
dae5773551
commit
bfbdb075eb
@@ -155,6 +155,7 @@ public function read(): array
|
|||||||
if ($this->files->exists($this->path())) {
|
if ($this->files->exists($this->path())) {
|
||||||
return json_decode($this->files->get($this->path()), true, 512, JSON_THROW_ON_ERROR);
|
return json_decode($this->files->get($this->path()), true, 512, JSON_THROW_ON_ERROR);
|
||||||
}
|
}
|
||||||
|
|
||||||
return [];
|
return [];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user