#172 - apply suggestions
Co-authored-by: Krzysztof Rewak <krzysztof.rewak@gmail.com>
This commit is contained in:
parent
c16943b623
commit
6d6470c3bd
@ -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"),
|
||||
|
@ -11,6 +11,7 @@
|
||||
</div>
|
||||
<DeployInfo
|
||||
:deploy-information="deployInformation"
|
||||
class="justify-end"
|
||||
/>
|
||||
</main>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user