#172 - apply suggestions

Co-authored-by: Krzysztof Rewak <krzysztof.rewak@gmail.com>
This commit is contained in:
Kamil Niemczycki 2022-07-05 14:55:38 +02:00
parent c16943b623
commit 6d6470c3bd
Signed by: kamilniemczycki
GPG Key ID: 04D4E2012F969213
2 changed files with 2 additions and 1 deletions

View File

@ -75,7 +75,7 @@ class HandleInertiaRequests extends Middleware
protected function getDeployInformation(): Closure
{
return fn() => [
return fn(): array => [
"release_version" => config("heroku.release_version"),
"slug_description" => config("heroku.slug_description"),
"release_created_at" => config("heroku.release_created_at"),

View File

@ -11,6 +11,7 @@
</div>
<DeployInfo
:deploy-information="deployInformation"
class="justify-end"
/>
</main>
</div>